diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-09 21:59:36 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-09 21:59:36 +0200 |
| commit | 6f93f9a60cdc914e272f8c226df47175d495e19a (patch) | |
| tree | e259bcf9066458d4ac742c801f6f90fb7095ac04 | |
| parent | 8e931b6bf76e914eac98677187e2d97a848e565f (diff) | |
DB/Creature Text: Professor Phizzlethorpe
Closes #20296
| -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"); |
