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

Bug Gameobject Quarry Gate Fix 7.0

eyerobot

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