Npc Shadowstalker Getry Duplicates Fix 7.02

eyerobot

Gold Supporter
Superior Member
917
2015
23
Location
Barryton Michigan USA
Code:
DELETE FROM `creature` WHERE `id`=25729;
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 (149163, 25729, 571, 0, 0, 1, 1, 0, 0, 3113.42, 6576.81, 97.0907, 4.73096, 300, 0, 0, 1, 0, 0, 0, 0, 0, 0);
 
Top