fix(Scripts/Mechanar): Implement Pathaleon's spawn (#15536)
This commit is contained in:
parent
989584b199
commit
10c5ca69cd
3 changed files with 63 additions and 6 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue