From fe310c64f2b9cf4dddbafb4362f78066364d035f Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Wed, 30 Aug 2017 16:28:21 +0200 Subject: DB/Creature: Lord Ello Ebonlocke Closes #20215 (cherry picked from commit 49e6b1f6dfaf778855df452e52c4b3bc9b94711b) --- sql/updates/world/master/2020_08_23_10_world_2017_08_30_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_08_23_10_world_2017_08_30_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_08_23_10_world_2017_08_30_03_world.sql b/sql/updates/world/master/2020_08_23_10_world_2017_08_30_03_world.sql new file mode 100644 index 00000000000..2485a95f4e8 --- /dev/null +++ b/sql/updates/world/master/2020_08_23_10_world_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"); -- cgit v1.2.3