What's new
  • NEW: Happy Cataclysm gaming! The fresh 4.3.4 Cataclysm Repack V20.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.1 - is now live?
    Download now

Keeper Karithusin Darkshore Duplicated 7.02 fix

eyerobot

Gold Supporter
Superior Member
916
2015
25
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);
 
Back
Top