fix(Scripts/Mechanar): Implement Pathaleon's spawn (#15536)

This commit is contained in:
Skjalf
2023-03-23 05:50:30 -03:00
committed by GitHub
parent 989584b199
commit 10c5ca69cd
3 changed files with 63 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_text` SET `Emote` = 33 WHERE `CreatureID` = 19220 AND `GroupID` = 6;
UPDATE `smart_scripts` SET `action_param1` = 1 WHERE `id`=1003 AND `action_type` = 223 AND `entryorguid` IN (-138820, -138869, -138893, -138879);
UPDATE `creature_template_addon` SET `emote` = 0 WHERE (`entry` = 19220);