diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_06_14_07_world_2017_05_14_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_07_world_2017_05_14_00_world_335.sql b/sql/updates/world/master/2020_06_14_07_world_2017_05_14_00_world_335.sql new file mode 100644 index 00000000000..2ac3d7bc207 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_07_world_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 `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'); |
