Fix sql import

This commit is contained in:
Shauren
2017-05-14 12:31:49 +02:00
parent 9bc85921bf
commit 4b62734381

View File

@@ -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');