casucristy

gqwqewq

Jul 16th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.28 KB | None | 0 0
  1. -- fix for quest 25664 and quest 25520 (remove that special flag that don't let player to complete quest even quest is complete and conditions are met - event on skyfire website this flag don't appears)
  2.  
  3. UPDATE `quest_template` SET `SpecialFlags` = 0 WHERE `entry` IN (25664,25520);
Advertisement
Add Comment
Please, Sign In to add comment