What's new

Bug quest deceit 7.0

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Name, Type] deceit, iron summit, searing gorge quest
[What it does] Quest completer is missing.
[What it should do]Quest should turn in to lunk 47429
http://www.wowhead.com/quest=28033/deceit#comments


Code:
DELETE FROM `creature` WHERE `guid`=555823;
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 (555823, 47429, 0, 51, 5628, 1, 65535, 0, 0, -7110.51, -1209.41, 307.684, 2.80859, 300, 0, 0, 1990, 0, 0, 0, 0, 0, 0);
 
Top