fix(DB/Creature): Gortok Palehoof missing slay sounds (#27305)

This commit is contained in:
sogladev 2026-08-27 15:48:50 +02:00 committed by GitHub
parent 097df93d81
commit 6234728759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;