aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-08-30 16:44:05 +0200
committerKillyana <morphone1@gmail.com>2017-08-30 16:44:05 +0200
commit01e02fc1258eab0b4f868d7f953b023ba809aaff (patch)
tree0e7d1e08320d7729f5f5cc513be35bf4842ba8ce
parent8aaf1405fcc781f653ad290746c5cfc71e158bf2 (diff)
DB/Creature: Defias Messenger
Closes #20218
-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");