What's new

The Ancient Lift Howling Fjord Fix

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
This adds the missing Vrykul Gondolas to howling fjord

Code:
-- RUN THIS ONLY ONCE

-- 188360 Doodad_Vrykul_Gondola01
-- 190587 Doodad_Vrykul_Gondola_01

INSERT INTO `gameobject` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (188360, 571, 495, 0, 1, 1, 596.77, -2892.83, 56.69, 3.13286, 0, 0, 0.99999, 0.004363, 180, 0, 1);

INSERT INTO `gameobject` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES (190587, 571, 495, 0, 1, 1, 700.944, -3823.19, 268.26, -3.10342, 0, 0, 0.99999, 0.004363, 180, 0, 1);
 
Last edited:
Top