What's new

Bug Gameobject Quarry Gate Fix 7.0

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Searing gorge, Slag pit. Quarry Gate 161536
There are six gates on the slag pit. And there should only be one.
I'm assuming that the lowest guid number is the original one.


DELETE FROM `gameobject` WHERE `id`=161536;
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
(57, 161536, 0, 0, 0, 1, 1, -6756.73, -1166.7, 187.042, 1.31772, 0, 0, 0.996917, -0.0784592, 120, 255, 1);
 
Top