fix(Scripts/Gundrak): Eck the Ferocious wrong enrage timing (#23929)

This commit is contained in:
blinkysc
2025-11-28 23:57:08 -06:00
committed by GitHub
parent 966c522c1d
commit 47622b2875
2 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
-- Add creature_text for Eck the Ferocious "grows increasingly crazed" emote
DELETE FROM `creature_text` WHERE `CreatureID` = 29932 AND `GroupID` = 1;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`)
VALUES (29932, 1, 0, '%s grows increasingly crazed!', 16, 0, 100, 0, 0, 0, 30727, 0, 'Eck the Ferocious - Crazed Warning');