mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix faction for Defias Prisoner event
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
-- Dextren Ward
|
||||
UPDATE `creature_template` SET `minlevel`=26, `maxlevel`=26 WHERE `entry`=1663;
|
||||
|
||||
-- Kam Deepfury
|
||||
UPDATE `creature_template` SET `minlevel`=27, `maxlevel`=27 WHERE `entry`=1666;
|
||||
|
||||
-- Defias Prisoner
|
||||
UPDATE `creature_template` SET `maxlevel`=24, `faction`=17 WHERE `entry`=1706;
|
||||
|
||||
-- Defias Captive
|
||||
UPDATE `creature_template` SET `maxlevel`=24 WHERE `entry`=1707;
|
||||
|
||||
-- Defias Inmate
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=25 WHERE `entry`=1708;
|
||||
|
||||
-- Defias Convict
|
||||
UPDATE `creature_template` SET `minlevel`=24, `maxlevel`=25 WHERE `entry`=1711;
|
||||
|
||||
-- Defias Insurgent
|
||||
UPDATE `creature_template` SET `minlevel`=25, `maxlevel`=26 WHERE `entry`=1715;
|
||||
|
||||
-- Bazil Thredd
|
||||
UPDATE `creature_template` SET `minlevel`=29, `maxlevel`=29 WHERE `entry`=1716;
|
||||
|
||||
-- Hamhock
|
||||
UPDATE `creature_template` SET `minlevel`=28, `maxlevel`=28 WHERE `entry`=1717;
|
||||
|
||||
-- Bruegal Ironknuckle
|
||||
UPDATE `creature_template` SET `minlevel`=26, `maxlevel`=26 WHERE `entry`=1720;
|
||||
@@ -163,9 +163,6 @@ UPDATE `creature_template` SET `faction` = 22 WHERE `entry` = 1688;
|
||||
/* Paxton Ganter */
|
||||
UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 1700;
|
||||
|
||||
/* Defias Prisoner */
|
||||
UPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 1706;
|
||||
|
||||
/* Marzon the Silent Blade */
|
||||
UPDATE `creature_template` SET `faction` = 84 WHERE `entry` = 1755;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user