Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- fix for quest Depth of the Depths - 26869
- -- add quest to gameobject (where player must to complete)
- -- fix phase of gameobject
- UPDATE `gameobject` SET `spawnMask` = 1, `phaseMask` = 1 WHERE `id` = 204959;
- DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 26869 AND `id` = 204959;
- INSERT INTO `gameobject_involvedrelation` VALUES
- (204959,26869);
Advertisement
Add Comment
Please, Sign In to add comment