- 916
- 2015
- 24
- Location
- Barryton Michigan USA
This is the placement of the stone, And quest associations. It needs further testing.
Code:
-- 14429 Arcane De-Construction
DELETE FROM `gameobject` WHERE `id`=196833;
INSERT INTO `gameobject` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (196833, 1, 16, 1220, 1, 65535, 4312.6, -6295.91, 94.8465, 0.460671, 0, 0, 0.228304, 0.97359, 300, 0, 1);
DELETE FROM `gameobject_questrelation` WHERE `id`=196833 AND `quest`=14430;
INSERT INTO `gameobject_questrelation` (`id`, `quest`) VALUES (196833, 14430);
DELETE FROM `gameobject_involvedrelation` WHERE `id`=196833 AND `quest`=14429;
INSERT INTO `gameobject_involvedrelation` (`id`, `quest`) VALUES (196833, 14429);