diff options
| author | TecDian <TecDian@users.noreply.github.com> | 2017-05-14 11:30:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-05-14 11:30:02 +0200 |
| commit | 4b8644d6e6581f13dcb2a965ce77a846017c1431 (patch) | |
| tree | 7ea92fa11f201bb9cd50ea9f314d5f7e60b99418 /sql | |
| parent | 6e3a48c873079cc33655b48777c5a0c86ba70bb2 (diff) | |
Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_05_14_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_14_00_world_335.sql b/sql/updates/world/3.3.5/2017_05_14_00_world_335.sql new file mode 100644 index 00000000000..f9608112a1f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_14_00_world_335.sql @@ -0,0 +1,4 @@ +-- add text for use in boss_apothecary_hummel.cpp +DELETE FROM `creature_text` WHERE `entry`=36296 AND `groupid`=6 AND `id`=0; +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(36296,6,0,"Apothecaries! Give your life for the Crown!",12,0,100,0,0,0,38594,3,'SAY_SUMMON_ADDS'); |
