DB/SAI: Change orientation to home position instead of calling evade to restore orientation

(cherry picked from commit a4ab8116c3)
This commit is contained in:
offl
2020-08-08 02:24:13 +03:00
committed by Shauren
parent bb64f441f7
commit f16608d986

View File

@@ -0,0 +1,3 @@
-- Change orientation to home position instead of calling evade to restore orientation
UPDATE `smart_scripts` SET `action_type` = 66, `comment` = "Peppy Wrongnozzle - On Script - Set Orientation Home Position" WHERE `entryorguid` = 2428300 AND `source_type` = 9 AND `id` = 8;
UPDATE `smart_scripts` SET `action_type` = 66, `comment` = "Westguard Defender - On Script - Set Orientation Home Position" WHERE `entryorguid` = 2384200 AND `source_type` = 9 AND `id` = 4;