diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_24_08_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_24_08_world.sql b/sql/updates/world/3.3.5/2016_09_24_08_world.sql new file mode 100644 index 00000000000..cb1a823ba43 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_24_08_world.sql @@ -0,0 +1,4 @@ +-- NPC 21217 The Lurker Below, emote (41) text +DELETE FROM `creature_text` WHERE `entry` = 21217; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(21217, 0,0, '%s takes a deep breath.', 41, 0, 100, 0, 0, 0, 20021, 1, 'The Lurker Below - EMOTE_SPOUT'); |
