What's new

47121 Aquinastrasz flight master missing

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
-- 47121 Aquinastrasz flight master

DELETE FROM `creature` WHERE `id`=47121;
INSERT INTO `creature` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`) VALUES (47121, 0, 4922, 5155, 1, 1, 0, 0, -3033.27, -3941.41, 282.337, 1.88519, 300, 0, 0, 116235, 0, 0, 0, 0, 0, 0);
 
Last edited:
Top