Skip to content

Commit

Permalink
chore(DB): import pending files
Browse files Browse the repository at this point in the history
Referenced commit(s): d693378
  • Loading branch information
AzerothCoreBot committed Nov 6, 2022
1 parent d693378 commit e029853
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- DB update 2022_11_05_03 -> 2022_11_06_00
-- lots of Reputation changes
DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=26081;
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES (26081, 87, 21, 5, 0, 5, 7, 1, -25, 0);
Expand Down

0 comments on commit e029853

Please sign in to comment.