Quest Military breakthrough Fix 7.02

eyerobot

Gold Supporter
Superior Member
917
2015
23
Location
Barryton Michigan USA
SFG was not spawned on corpse of Sgt
Code:
DELETE FROM `gameobject` WHERE `guid`=9968523;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (9968523, 201572, 1, 16, 1233, 1, 65535, 3473.14, -4899.76, 139.748, 1.13493, 0, 0, 0.537495, 0.843267, 300, 0, 1);

Missing Quest Npc Glix Grindlock
Code:
DELETE FROM `creature` WHERE `guid`=720485;
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 (720485, 36744, 1, 16, 1233, 1, 65535, 0, 0, 3264.18, -4989.23, 131.992, 3.12199, 300, 0, 0, 328, 0, 0, 0, 0, 0, 0);
 
Last edited:
Top