What's new

23600 Apprentice Morlann Missing

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Code:
-- 23600 Apprentice Morlann
DELETE FROM `creature` WHERE `id`=23600;
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 (23600, 1, 15, 4049, 1, 65535, 0, 0, -4031.53, -3378.82, 38.117, 1.72828, 300, 0, 0, 1093, 1142, 0, 0, 0, 0, 0);
 
Top