What's new

Quest Orabus the Helmsman: 11661 Fix 7.02

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
This quest was not able to complete, Because the spellfocus gameobject was in the water, Not between the two flags at the end of the warsong jetty. This fixes it to the center location between the flags.

Code:
DELETE FROM `gameobject` WHERE `guid`=9955227;
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 (9955227, 300174, 571, 3537, 4107, 1, 1, 2793.13, 7020.99, 5.35592, 1.59527, 0, 0, 0.715707, 0.6984, 300, 0, 1);
 
Top