fix(DB/Text): Add missing Netherspite text emotes (#17335)

* fix(DB/Text): Add missing Netherspite text emotes

* fix emote order

* Update boss_netherspite.cpp
This commit is contained in:
Skjalf
2023-09-25 08:04:15 -03:00
committed by GitHub
parent 708bfb2c48
commit 3c698f86af
2 changed files with 22 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `creature_text` WHERE `CreatureId` = 15689;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(15689, 0, 0, '%s goes into a nether-fed rage!', 41, 0, 100, 19877, 3, 'Netherspite EMOTE_PHASE_BANISH'),
(15689, 1, 0, '%s cries out in withdrawal, opening gates to the nether.', 41, 0, 100, 19880, 3, 'Netherspite EMOTE_PHASE_PORTAL');