diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_09_09_07_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_09_07_world.sql b/sql/updates/world/3.3.5/2017_09_09_07_world.sql new file mode 100644 index 00000000000..493a63ee678 --- /dev/null +++ b/sql/updates/world/3.3.5/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"); |