fix(DB/Creature): Gortok Palehoof missing slay sounds (#27305)
This commit is contained in:
parent
097df93d81
commit
6234728759
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
-- SAY_SLAY_1
|
||||
UPDATE `creature_text` SET `Sound`=13465 WHERE `CreatureID`=26687 AND `GroupID`=1 AND `ID`=0;
|
||||
|
||||
-- SAY_SLAY_2
|
||||
UPDATE `creature_text` SET `Sound`=13466 WHERE `CreatureID`=26687 AND `GroupID`=1 AND `ID`=1;
|
||||
Loading…
Reference in a new issue