aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-05-14 12:31:49 +0200
committerShauren <shauren.trinity@gmail.com>2017-05-14 12:31:49 +0200
commit4b6273438191dd5fceca5b61fe35d2bcbcf9aa65 (patch)
tree4d1982060f2efd8ee9bb1101e3968c9bc3403779
parent9bc85921bf1124d1fbc560e947a42fc1498b7390 (diff)
Fix sql import
-rw-r--r--sql/updates/world/3.3.5/2017_05_14_00_world_335.sql4
1 files 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');