fix(Scripts/ZulGurub): Rewrite High Priest Thekal (#11784)
This commit is contained in:
parent
228b2f6f6b
commit
5c7e7afade
5 changed files with 374 additions and 439 deletions
|
|
@ -0,0 +1,9 @@
|
|||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (11347, 11348) AND `GroupId` = 0;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration` ,`Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(11347, 0, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 3, ''),
|
||||
(11348, 0, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 3, '');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = 14509 AND `GroupId` = 2;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration` ,`Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(14509, 2, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 3, '');
|
||||
Loading…
Add table
Add a link
Reference in a new issue