fix(DB/creature template): Adjust Whitewhisker/Irondeep NPCs in Alterac Valley (#12309)
This commit is contained in:
parent
e548805017
commit
57327aa362
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
--
|
||||
|
||||
UPDATE `creature_template` SET `exp`=0, `ManaModifier`=1 WHERE `entry`=11657;
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|512 WHERE `entry`=11677;
|
||||
UPDATE `creature_template` SET `minlevel`=53, `maxlevel`=54 WHERE `entry`=11600;
|
||||
UPDATE `creature_template` SET `lootid`=0,`mingold`=0, `maxgold`=0 WHERE `entry` IN (10987,11600,11602,11604,11605,10982,11603);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue