- 916
- 2015
- 24
- Location
- Barryton Michigan USA
[Name, Type] set them ablaze, quest, searing gorge
[What it does] You use the torch at the braziers to light them, But the braziers are missing,
[What it should do]Allow lighting the braziers.
http://www.wowhead.com/quest=28029/set-them-ablaze
149032 west
149025 southwest
149030 southeast
149031 east
I have no way of knowing the original guid numbers for these objects, But it doesn't seem to matter.
[What it does] You use the torch at the braziers to light them, But the braziers are missing,
[What it should do]Allow lighting the braziers.
http://www.wowhead.com/quest=28029/set-them-ablaze
149032 west
149025 southwest
149030 southeast
149031 east
I have no way of knowing the original guid numbers for these objects, But it doesn't seem to matter.
Code:
DELETE FROM `gameobject` WHERE `id`=149032;
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
(9962334, 149032, 0, 51, 246, 1, 65535, -6908.51, -1066.73, 257.614, 4.39698, 0, 0, 0.809384, -0.58728, 300, 0, 1);
DELETE FROM `gameobject` WHERE `id`=149025;
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
(9962335, 149025, 0, 51, 246, 1, 65535, -6978.53, -1125.61, 256.793, 4.45589, 0, 0, 0.791736, -0.610863, 300, 0, 1);
DELETE FROM `gameobject` WHERE `id`=149030;
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
(9962336, 149030, 0, 51, 246, 1, 65535, -7007.32, -1305.05, 259.482, 1.89157, 0, 0, 0.810957, 0.585106, 300, 0, 1);
DELETE FROM `gameobject` WHERE `id`=149031;
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
(9962337, 149031, 0, 51, 246, 1, 65535, -6915.85, -1439.63, 257.228, 1.86408, 0, 0, 0.802838, 0.596198, 300, 0, 1);