mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix sql import
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user