mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
fix(Scripts/ZulGurub): Added missing yell on Hakkar's evade. (#12329)
Fixes #12273
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=14834 AND `groupid`=7;
|
||||
INSERT INTO `creature_text` VALUES
|
||||
(14834,7,0,'Fleeing will do you no good, mortals!',14,0,100,0,0,0,10635,0,'Hakkar Evade Yell');
|
||||
Reference in New Issue
Block a user