Skip to content

Commit

Permalink
DB/Creature: More Texts for Morris Lawry
Browse files Browse the repository at this point in the history
Closes #20435
  • Loading branch information
ZenoX92 authored and Killyana committed Sep 26, 2017
1 parent 9480080 commit af3e02e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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");

0 comments on commit af3e02e

Please sign in to comment.