diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-08-30 16:31:48 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-23 18:36:37 +0200 |
commit | eab37a464f3ad8eda52974599bd61e40cc9db49f (patch) | |
tree | f32738205c316431856ec4b09706c7c35f2f347e | |
parent | fe310c64f2b9cf4dddbafb4362f78066364d035f (diff) |
DB/Creature: Councilman Millstipe
Closes #20216
(cherry picked from commit 1e32ae578ce5c00ef8c3afc773672f9f693e0dbc)
-rw-r--r-- | sql/updates/world/master/2020_08_23_11_world_2017_08_30_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_11_world_2017_08_30_04_world.sql b/sql/updates/world/master/2020_08_23_11_world_2017_08_30_04_world.sql new file mode 100644 index 00000000000..4df04bd502d --- /dev/null +++ b/sql/updates/world/master/2020_08_23_11_world_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"); |