mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Scripts/UtgardeKeep): Prince Keleseth not aggroing (#15523)
* fix(Scripts/Instance): Utgarde Keep - Prince Keleseth not aggroing from proximity. * update * zzz * typo * remove broadcast_text update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Prince Keleseth (Utgarde Keep)
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=23953 AND `GroupID`=6;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(23953, 6, 0, 'Darkness waits.', 14, 0, 0, 0, 0, 13223, 29591, 0, 'Prince Keleseth - SAY_KILL');
|
||||
|
||||
DELETE FROM `creature_text_locale` WHERE `CreatureID`=23953 AND `GroupID`=6 AND `Locale`='zhCN';
|
||||
INSERT INTO `creature_text_locale` (`CreatureID`, `GroupID`, `ID`, `Locale`, `Text`) VALUES
|
||||
(23953, 6, 0, 'zhCN', '黑暗在等着你呢。');
|
||||
Reference in New Issue
Block a user