From 6cb40658b456d69ecf12d43eb552cc32f6a8c14d Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Tue, 26 Sep 2017 12:43:06 +0200 Subject: DB/Creature: More Texts for Morris Lawry Closes #20435 (cherry picked from commit af3e02edd6b9bf964cd8315e15833c0d82e60c94) --- .../world/master/2020_09_12_10_world_2017_09_26_14_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2020_09_12_10_world_2017_09_26_14_world.sql (limited to 'sql') 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"); -- cgit v1.2.3