What's new

36143 Gyrochoppah Speed fix

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
This was an attempt to stop the Gyrochoppah from Falling out of the sky during it's waypoint movments. However it did not work. But I did manage to fix the speed problem with it.

Code:
-- 36143 Gyrochoppah

UPDATE `creature_template` SET `flags_extra` = 536870912 WHERE `entry` = 36143;
UPDATE `creature_template` SET `speed_run` = 4 WHERE `entry` = 36143;
 
Top