aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-11-25 23:34:01 -0200
committerjoschiwald <joschiwald.trinity@gmail.com>2018-02-11 16:21:59 +0100
commit9b9fd4ee245f2b9344b462db7fb9b45b84a71a5e (patch)
treeaa9c6442e2f8379711e9d6c160e0834f7278be0b /sql
parent83d0ba4b8950d0b1e01bc8c7722d9d9290cf58b4 (diff)
Core/Scripts: Minor Fixes in Black Temple (#18293)
Core/Scripts: Minor Fixes in Black Temple (cherry picked from commit bced796414c3eac872efa376954c582f5da08e7a)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2018_02_11_08_world_2016_11_26_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_02_11_08_world_2016_11_26_03_world.sql b/sql/updates/world/master/2018_02_11_08_world_2016_11_26_03_world.sql
new file mode 100644
index 00000000000..36882e654c8
--- /dev/null
+++ b/sql/updates/world/master/2018_02_11_08_world_2016_11_26_03_world.sql
@@ -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');