aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-10-28 19:57:30 +0200
committerKillyana <morphone1@gmail.com>2017-10-28 19:57:30 +0200
commitd59e7b9f9401d6059ae174a6681a715ff094aaa4 (patch)
tree585f85c54dba0e4b202c677bf420406c2b24d483
parent59ad3c4ee0241b45b3389d40f2e70f5fbb7dd8b1 (diff)
DB/Texts: Marshal Gryan Stoutmantle
Closes #20731
-rw-r--r--sql/updates/world/3.3.5/2017_10_28_06_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_28_06_world_335.sql b/sql/updates/world/3.3.5/2017_10_28_06_world_335.sql
new file mode 100644
index 00000000000..03c78fd764f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_28_06_world_335.sql
@@ -0,0 +1,6 @@
+-- Marshal Gryan Stoutmantle
+UPDATE `creature_text` SET `Type`=14 WHERE `CreatureID`=234 AND `GroupID`=0 AND `ID`=0;
+DELETE FROM `creature_text` WHERE `CreatureID`=234 AND `GroupID`=0 AND `ID` IN (1,2);
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(234,0,1,"All hail, $n! Defender of The People!",14,7,100,0,0,0,197,0,"Marshal Gryan Stoutmantle"),
+(234,0,2,"Three cheers for $n! This land shall be ours once again!",14,7,100,0,0,0,199,0,"Marshal Gryan Stoutmantle");