aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_08_30_06_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_30_06_world.sql b/sql/updates/world/3.3.5/2017_08_30_06_world.sql
new file mode 100644
index 00000000000..1b045eba771
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_08_30_06_world.sql
@@ -0,0 +1,8 @@
+-- Defias Messenger -- Add more lines
+DELETE FROM `creature_text` WHERE `CreatureID`=550 AND `GroupID`=0 AND `ID`>2;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(550,0,3,"Who dares interfere with the business of the Defias Brotherhood? Die $C!",12,7,100,0,0,0,474,0,"Defias Messenger"),
+(550,0,4,"Death to any $R that stands in my way!",12,7,100,0,0,0,475,0,"Defias Messenger"),
+(550,0,5,"Who dares to provoke the messenger of Edwin Van Cleef? Die $R!",12,7,100,0,0,0,476,0,"Defias Messenger"),
+(550,0,6,"Am I carrying any letters addressed to $n? Why, no! Looks like it's time for you to die!",12,7,100,0,0,0,477,0,"Defias Messenger"),
+(550,0,7,"Here's a singing telegram for $n: Roses are red, violets are blue, I will kill any $R I see, including you!",12,7,100,0,0,0,480,0,"Defias Messenger");