diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-09 21:59:36 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-23 23:09:46 +0200 |
| commit | f1915c4830e5e629165c04567d5a881430fdc8e2 (patch) | |
| tree | 4cd0176cd378b46dd46946377e5c961668d65584 | |
| parent | 64d064bf350203cf518ddb7ff8c809490bff5431 (diff) | |
DB/Creature Text: Professor Phizzlethorpe
Closes #20296
(cherry picked from commit 6f93f9a60cdc914e272f8c226df47175d495e19a)
| -rw-r--r-- | sql/updates/world/master/2020_08_23_34_world_2017_09_09_07_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |
