Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.39 KB | None | 0 0
  1. -- QUEST 13125,13130,13135 available after 13118,13110 complete
  2. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=20 AND `SourceEntry` IN (13125,13130,13135);
  3. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`) VALUES
  4. (20,13125,8,13118),
  5. (20,13125,8,13110),
  6. (20,13130,8,13118),
  7. (20,13130,8,13110),
  8. (20,13135,8,13118),
  9. (20,13135,8,13110);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement