From 15422b31794fd54276643f489157c92c878ea466 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Wed, 30 Aug 2017 16:31:48 +0200 Subject: [PATCH] DB/Creature: Councilman Millstipe Closes #20216 --- sql/updates/world/3.3.5/2017_08_30_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_08_30_04_world.sql diff --git a/sql/updates/world/3.3.5/2017_08_30_04_world.sql b/sql/updates/world/3.3.5/2017_08_30_04_world.sql new file mode 100644 index 00000000000..4df04bd502d --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_30_04_world.sql @@ -0,0 +1,4 @@ +-- Councilman Millstipe -- Add another line +DELETE FROM `creature_text` WHERE `CreatureID`=270 AND `GroupID`=0 AND `ID`=1; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(270,0,1,"The forest is crawling with worgen and ghouls. Something must be done!",12,7,100,0,0,0,66,0,"Councilman Millstipe");