- 188
- 2017
- 13
- Location
- PA, USA
Missing game object spawn needed to complete quest.
EDIT: Changed phased mask from 65535 to 1
Code:
-- -------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- ObjectID: 19015 Soot-Covered Elune's Tear
-- QuestID: 1033 Elune's Tear (This quest is obsolete just adding reference)
-- QuestID: 26475 Elune's Tear (This quest is obsolete just adding reference)
-- Add missing object spawn
-- -------------------------------------------------------------------------------------------------------
DELETE FROM `gameobject` WHERE `id` = 19015;
INSERT INTO `gameobject` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(19015, 1, 331, 424, 1, 1, 2877.29, -1008.78, 192.842, 2.24924, 0, 0, 0.902104, 0.431519, 300, 0, 1);
EDIT: Changed phased mask from 65535 to 1
Last edited: