fix(Scripts/ZulGurub): Corrected Hakkar speeches at the very start of… (#12200)
fix(Scripts/ZulGurub): Corrected Hakkar speeches at the very start of the instance. Fixes #12187
This commit is contained in:
parent
6c5e460e73
commit
a9256dd7c3
2 changed files with 36 additions and 4 deletions
|
|
@ -0,0 +1,8 @@
|
|||
--
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry`=3956;
|
||||
INSERT INTO `areatrigger_scripts` VALUES
|
||||
(3956,'at_zulgurub_bridge_speech');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=14834 AND `GroupId`=4;
|
||||
INSERT INTO `creature_text` VALUES
|
||||
(14834,4,0,'Your callous disregard for the sovereign might of the Gurubashi Empire has been noted. The inhabitants of Zul\'Gurub have been alerted to your presence.',16,0,100,0,0,0,10550,3,'Hakkar SAY_PROTECT_GURUBASHI_EMPIRE');
|
||||
Loading…
Add table
Add a link
Reference in a new issue