diff options
| author | Keader <keader.android@gmail.com> | 2016-11-25 23:34:01 -0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-11-26 02:34:01 +0100 |
| commit | bced796414c3eac872efa376954c582f5da08e7a (patch) | |
| tree | f2f055afbabdbc432c3d65a5faf13741d313e4da /sql/updates | |
| parent | 8975fb73f09cc8559ee2451dec3744d15f8ad970 (diff) | |
Core/Scripts: Minor Fixes in Black Temple (#18293)
Core/Scripts: Minor Fixes in Black Temple
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_26_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_26_03_world.sql b/sql/updates/world/3.3.5/2016_11_26_03_world.sql new file mode 100644 index 00000000000..36882e654c8 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
