What's new

23778 Dark Ranger Lyana position fix

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
-- 23778 Dark Ranger Lyana

DELETE FROM `creature` WHERE `id`=23778;
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 (23778, 571, 0, 0, 1, 1, 21746, 0, 1627.55, -6157.52, 8.84861, 4.00576, 120, 0, 0, 26946, 0, 0, 0, 0, 0, 0);
 
Top