fix(Scripts/ZulGurub): Added more missing areatrigger whispers (#12326)

This commit is contained in:
UltraNix
2022-07-09 18:56:25 +02:00
committed by GitHub
parent a9e872bd64
commit dfe28a75a6
2 changed files with 77 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
--
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (3961,3962);
INSERT INTO `areatrigger_scripts` VALUES
(3961,'at_zulgurub_bloodfire_pit_speech'),
(3962,'at_zulgurub_edge_of_madness_speech');
DELETE FROM `creature_text` WHERE `CreatureID`=14834 AND `groupid` IN (5,6);
INSERT INTO `creature_text` VALUES
(14834,5,0,'Pledge your allegiance to Hakkar and the pain you suffer shall be minimal.',15,0,100,0,0,0,10593,0,'Hakkar Bloodfire Pit Whisper'),
(14834,6,0,'The world will suffer immeasurable cruelties under my reign.',15,0,100,0,0,0,10590,0,'Hakkar Edge Of Madness Whisper');