DB/Creature: Add missing text to Blood Elf Scout

Closes #20396

(cherry picked from commit b98e3bd66f)
This commit is contained in:
Wyreth
2017-09-23 16:00:23 +02:00
committed by Shauren
parent a9ea939185
commit a3a3c8fe65

View File

@@ -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");