aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2017_08_30_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_30_03_world.sql b/sql/updates/world/3.3.5/2017_08_30_03_world.sql
new file mode 100644
index 00000000000..2485a95f4e8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_08_30_03_world.sql
@@ -0,0 +1,4 @@
+-- Lord Ello Ebonlocke -- Add another line
+DELETE FROM `creature_text` WHERE `CreatureID`=263 AND `GroupID`=0 AND `ID`=1;
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(263,0,1,"The Night Watch alone cannot protect us forever. We need the backing of the Stormwind Army.",12,7,100,0,0,0,64,0,"Lord Ello Ebonlocke");