From 4b8644d6e6581f13dcb2a965ce77a846017c1431 Mon Sep 17 00:00:00 2001 From: TecDian Date: Sun, 14 May 2017 11:30:02 +0200 Subject: Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521) --- sql/updates/world/3.3.5/2017_05_14_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_05_14_00_world_335.sql (limited to 'sql') 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'); -- cgit v1.2.3