Advertisement
IcariumQA

Actually deleting shield of righteousness res

Mar 20th, 2022
1,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.63 KB | None | 0 0
  1. DELETE FROM `item_enchantment_random_tiers` WHERE `enchantID`=987028;
  2. #INSERT INTO `item_enchantment_random_tiers` (`enchantID`, `spellid`, `spellname`) VALUES (987028, 987028, 'Accrual Shield of Righteousness');
  3. DELETE FROM `item_enchantment_random_tiers` WHERE `enchantID`=987030;
  4. #INSERT INTO `item_enchantment_random_tiers` (`enchantID`, `spellid`, `spellname`) VALUES (987030, 987030, 'Hardy Shield of Righteousness');
  5. DELETE FROM `item_enchantment_random_tiers` WHERE `enchantID`=987031;
  6. #INSERT INTO `item_enchantment_random_tiers` (`enchantID`, `spellid`, `spellname`) VALUES (987031, 987031, 'Subtle Shield of Righteousness');
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement