fix(DB/ZulGurub): Hoodoo Piles should not melee atack their targets. (#12269)
Will of Hakkar is casted on pile looter. Fixes #12186
This commit is contained in:
parent
bafc72e675
commit
f6ede1a503
2 changed files with 9 additions and 4 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=130 WHERE `entry`=15047;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=15047 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(15047,0,0,0,1,0,100,1,500,500,0,0,0,11,24178,0,0,0,0,0,23,0,0,0,0,0,0,0,0,'Gurubashi - OOC - Cast Will of Hakkar');
|
||||
Loading…
Add table
Add a link
Reference in a new issue