Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- fix -- add missing quest (A Rock Amongst Many - 26871) to specific gameobject
- DELETE FROM `gameobject_questrelation` WHERE `id` = 204959 AND `quest` = 26871;
- INSERT INTO `gameobject_questrelation` VALUES
- (204959,26871);
- UPDATE `quest_template` SET `SpecialFlags` = 0 WHERE `entry` = 26871;
Advertisement
Add Comment
Please, Sign In to add comment