diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-23 16:00:23 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-09-23 16:00:23 +0200 |
| commit | b98e3bd66fa6d30e02ac9552d19e5e73a05c82f8 (patch) | |
| tree | 0dd1f615545d08f629be279bd3ac2a6e7f20f0cb | |
| parent | c1b833a919fb9f3fd01bcbb2c23c32cb6e57115f (diff) | |
DB/Creature: Add missing text to Blood Elf Scout
Closes #20396
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_23_03_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_23_03_world_335.sql b/sql/updates/world/3.3.5/2017_09_23_03_world_335.sql new file mode 100644 index 00000000000..40210e65da1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_23_03_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=16521 AND `ID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(16521, 0, 3, "None of you are to leave this valley alive.", 12, 0, 100, 0, 0, 0, 13429, 0, "Blood Elf Scout"); |
