Advertisement
Rushor

Untitled

Sep 14th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. UPDATE `creature_onkill_reputation` SET `MaxStanding1`=5, `RewOnKillRepValue1`=2, `MaxStanding2`=5, `RewOnKillRepValue2`=2 WHERE `creature_id`=17357;
  2.  
  3. DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=20566;
  4. INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
  5. (20566, 946, 947, 7, 0, 3, 7, 0, 3, 1);
  6.  
  7. UPDATE `creature_onkill_reputation` SET `MaxStanding1`=5, `RewOnKillRepValue1`=2, `MaxStanding2`=5, `RewOnKillRepValue2`=2 WHERE `creature_id`=17356;
  8.  
  9. DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=20565;
  10. INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
  11. (20565, 946, 947, 7, 0, 3, 7, 0, 3, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement