From a3a3c8fe6514002bcdb058e12917b6848c8654ec Mon Sep 17 00:00:00 2001 From: Wyreth Date: Sat, 23 Sep 2017 16:00:23 +0200 Subject: DB/Creature: Add missing text to Blood Elf Scout Closes #20396 (cherry picked from commit b98e3bd66fa6d30e02ac9552d19e5e73a05c82f8) --- .../world/master/2020_09_08_07_world_2017_09_23_03_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_09_08_07_world_2017_09_23_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_09_08_07_world_2017_09_23_03_world_335.sql b/sql/updates/world/master/2020_09_08_07_world_2017_09_23_03_world_335.sql new file mode 100644 index 00000000000..40210e65da1 --- /dev/null +++ b/sql/updates/world/master/2020_09_08_07_world_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"); -- cgit v1.2.3