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

(cherry picked from commit a4ab8116c3f6ddc3b9d318ab95d548ab15994104)
This commit is contained in:
offl
2022-01-26 18:57:57 +01:00
committed by Shauren
parent bb64f441f7
commit f16608d986
@@ -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;