Fix faction for Defias Prisoner event

This commit is contained in:
郑佩茹
2022-08-31 17:20:10 -06:00
parent 1a79939407
commit 8c18a89aca
2 changed files with 0 additions and 32 deletions

View File

@@ -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;

View File

@@ -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;