aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-09-26 12:43:06 +0200
committerKillyana <morphone1@gmail.com>2017-09-26 12:43:06 +0200
commitaf3e02edd6b9bf964cd8315e15833c0d82e60c94 (patch)
treee3aca15e33c6e289ce6328aea92acb7533ef600e
parent948008026239fa25a1b2cc298ef965e69b2db3d4 (diff)
DB/Creature: More Texts for Morris Lawry
Closes #20435
-rw-r--r--sql/updates/world/3.3.5/2017_09_26_14_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_26_14_world.sql b/sql/updates/world/3.3.5/2017_09_26_14_world.sql
new file mode 100644
index 00000000000..3824b54c6c0
--- /dev/null
+++ b/sql/updates/world/3.3.5/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");