What's new

Keeper Karithusin Darkshore Duplicated 7.02 fix

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Keeper Karithus in Darkshore is duplicated several times.

Code:
DELETE FROM `creature` WHERE `id`=33048;

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 (199999, 33048, 1, 148, 4675, 1, 3, 0, 1, 6542.51, 239.104, 7.63862, 2.39217, 90, 0, 0, 328, 0, 0, 0, 0, 0, 0);
 
Top