- 916
- 2015
- 24
- Location
- Barryton Michigan USA
Code:
-- 8197 Chronalis
UPDATE `creature_template` SET `InhabitType` = 5 WHERE `entry` = 8197;
UPDATE `creature` SET `spawndist`='100', `MovementType`='1' WHERE `id`= 8197;
DELETE FROM `creature` WHERE `id`=8197;
INSERT INTO `creature` (`guid`, `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 (86413, 8197, 1, 440, 2300, 1, 1, 0, 0, -8245.75, -4567.94, 56.8535, 1.10608, 120, 100, 0, 1, 0, 1, 0, 0, 0, 0);