mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/creature template): Adjust Whitewhisker/Irondeep NPCs in Alterac Valley (#12309)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user