casucristy

qweq

Jul 17th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.29 KB | None | 0 0
  1. -- fix -- add missing quest (A Rock Amongst Many - 26871) to specific gameobject
  2.  
  3. DELETE FROM `gameobject_questrelation` WHERE `id` = 204959 AND `quest` = 26871;
  4.  
  5. INSERT INTO `gameobject_questrelation` VALUES
  6. (204959,26871);
  7.  
  8. UPDATE `quest_template` SET `SpecialFlags` = 0 WHERE `entry` = 26871;
Advertisement
Add Comment
Please, Sign In to add comment