diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-26 12:43:06 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-12 01:07:18 +0200 |
| commit | 6cb40658b456d69ecf12d43eb552cc32f6a8c14d (patch) | |
| tree | b2a183015fb3402d2e203c8f6aea0eca0e326730 | |
| parent | 3351645024ea6bd565c08dd8bbcc7a350b5d9e27 (diff) | |
DB/Creature: More Texts for Morris Lawry
Closes #20435
(cherry picked from commit af3e02edd6b9bf964cd8315e15833c0d82e60c94)
| -rw-r--r-- | sql/updates/world/master/2020_09_12_10_world_2017_09_26_14_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_12_10_world_2017_09_26_14_world.sql b/sql/updates/world/master/2020_09_12_10_world_2017_09_26_14_world.sql new file mode 100644 index 00000000000..3824b54c6c0 --- /dev/null +++ b/sql/updates/world/master/2020_09_12_10_world_2017_09_26_14_world.sql @@ -0,0 +1,8 @@ +-- Morris Lawry --> Add more texts +DELETE FROM `creature_text` WHERE `CreatureID`=1405 AND `GroupID`=0 AND `ID`>2; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1405,0,3,"It\'s all their fault, stupid Alliance army. Just had to build their towers right behind my farm.",12,7,100,0,0,0,186,0,"Morris Lawry"), +(1405,0,4,"Spare some change for a poor blind man? ...What do you mean I\'m not blind? ...I\'M NOT BLIND! I CAN SEE!! It\'s a miracle!",12,7,100,0,0,0,184,0,"Morris Lawry"), +(1405,0,5,"I will gladly pay you Tuesday for a hamburger today.",12,7,100,0,0,0,182,0,"Morris Lawry"), +(1405,0,6,"It\'s all their fault, stupid orcs. Had to burn my farm to the ground.",12,7,100,0,0,0,187,0,"Morris Lawry"), +(1405,0,7,"Alms for the poor?",12,7,100,0,0,0,181,0,"Morris Lawry"); |
