Pelf

Pelf access requirement 1 sql

Mar 16th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.04 KB | None | 0 0
  1. DELETE FROM `access_requirement` WHERE `mapId`=671 AND `difficulty`=2;
  2. DELETE FROM `access_requirement` WHERE `mapId`=671 AND `difficulty`=3;
  3. DELETE FROM `access_requirement` WHERE `mapId`=669 AND `difficulty`=2;
  4. DELETE FROM `access_requirement` WHERE `mapId`=669 AND `difficulty`=3;
  5. INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `quest_failed_text`, `leader_achivement`, `comment`)
  6.  VALUES (671, 2, 85, NULL, 4850, 'The Bastion of Twilight (Enterence)');
  7. INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `quest_failed_text`, `leader_achivement`, `comment`)
  8.  VALUES (671, 3, 85, NULL, 4850, 'The Bastion of Twilight (Enterence)');
  9. INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `quest_failed_text`, `leader_achivement`, `comment`)
  10.  VALUES (669, 2, 85, NULL, 4842, 'Blackwing Descent (Enterence)');
  11. INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `quest_failed_text`, `leader_achivement`, `comment`)
  12.  VALUES (669, 3, 85, NULL, 4842, 'Blackwing Descent (Enterence)');
Advertisement
Add Comment
Please, Sign In to add comment