casucristy

qwe

Jul 17th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.36 KB | None | 0 0
  1. -- fix for quest Depth of the Depths - 26869
  2. -- add quest to gameobject (where player must to complete)
  3. -- fix phase of gameobject
  4.  
  5. UPDATE `gameobject` SET `spawnMask` = 1, `phaseMask` = 1 WHERE `id` = 204959;
  6.  
  7. DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 26869 AND `id` = 204959;
  8. INSERT INTO `gameobject_involvedrelation` VALUES
  9. (204959,26869);
Advertisement
Add Comment
Please, Sign In to add comment