chore(DB): import pending files

Referenced commit(s): d693378a3a
This commit is contained in:
AzerothCoreBot
2022-11-06 17:54:44 +00:00
parent d693378a3a
commit e029853799

View File

@@ -1,3 +1,4 @@
-- DB update 2022_11_05_03 -> 2022_11_06_00
-- lots of Reputation changes -- lots of Reputation changes
DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=26081; 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); 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);