From 4b6273438191dd5fceca5b61fe35d2bcbcf9aa65 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 14 May 2017 12:31:49 +0200 Subject: Fix sql import --- sql/updates/world/3.3.5/2017_05_14_00_world_335.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 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 index f9608112a1f..f9f585de1bf 100644 --- 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 @@ -1,4 +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 +DELETE FROM `creature_text` WHERE `CreatureID`=36296 AND `GroupID`=6 AND `ID`=0; +INSERT INTO `creature_text` (`CreatureID`,`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