Core/Scripts: Minor Fixes in Black Temple (#18293)

Core/Scripts: Minor Fixes in Black Temple

(cherry picked from commit bced796414)
This commit is contained in:
Keader
2016-11-25 23:34:01 -02:00
committed by joschiwald
parent 83d0ba4b89
commit 9b9fd4ee24
4 changed files with 70 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `creature_text` WHERE entry=22984;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
(22984, 0, 0, 'You hear a loud rumble of metal grinding on stone...', 16, 0, 100, 0, 0, 0, 18600, 2, "Black Temple Trigger - when High Warlord Naj'entus dies - Emote"),
(22984, 1, 0, 'The door to The Den of Mortal Delights has opened.', 16, 0, 100, 0, 0, 0, 21494, 2, 'Black Temple Trigger - when Lower Temple Defeated - Emote');