fix(DB/Text) Add correct text on Sunblade Scouts. (#21626)
This commit is contained in:
parent
a3f7e1e76d
commit
c7981bea85
1 changed files with 5 additions and 0 deletions
5
data/sql/updates/pending_db_world/Scout_text.sql
Normal file
5
data/sql/updates/pending_db_world/Scout_text.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
-- Correct text
|
||||
DELETE FROM `creature_text` WHERE (`CreatureID` = 25372) AND (`GroupID` IN (0));
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(25372, 0, 0, 'Enemies spotted! Attack while I try to activate a Protector!', 14, 0, 100, 0, 0, 0, 25202, 0, 'Sunblade Scout');
|
||||
Loading…
Add table
Add a link
Reference in a new issue