From f1915c4830e5e629165c04567d5a881430fdc8e2 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Sat, 9 Sep 2017 21:59:36 +0200 Subject: DB/Creature Text: Professor Phizzlethorpe Closes #20296 (cherry picked from commit 6f93f9a60cdc914e272f8c226df47175d495e19a) --- sql/updates/world/master/2020_08_23_34_world_2017_09_09_07_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_08_23_34_world_2017_09_09_07_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2020_08_23_34_world_2017_09_09_07_world.sql b/sql/updates/world/master/2020_08_23_34_world_2017_09_09_07_world.sql new file mode 100644 index 00000000000..493a63ee678 --- /dev/null +++ b/sql/updates/world/master/2020_08_23_34_world_2017_09_09_07_world.sql @@ -0,0 +1,4 @@ +-- Professor Phizzlethorpe --> Add another text +DELETE FROM `creature_text` WHERE `CreatureID`=2768 AND `GroupID`=4 AND `ID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(2768,4,1,"Help!! I told you this place was cursed!",12,0,100,0,0,0,858,0,"Professor Phizzlethorpe"); -- cgit v1.2.3