aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-08-30 16:31:48 +0200
committerKillyana <morphone1@gmail.com>2017-08-30 16:31:48 +0200
commit1e32ae578ce5c00ef8c3afc773672f9f693e0dbc (patch)
tree0c2358c2bcbd073e2bd83714ead2d4c83e303f55
parent49e6b1f6dfaf778855df452e52c4b3bc9b94711b (diff)
DB/Creature: Councilman Millstipe
Closes #20216
-rw-r--r--sql/updates/world/3.3.5/2017_08_30_04_world.sql4
1 files changed, 4 insertions, 0 deletions
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");