mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Reputation): Fix reputation awarded for Murkblood Healers (#14783)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature_onkill_reputation` SET `RewOnKillRepFaction1` = 942, `RewOnKillRepFaction2` = 0, `MaxStanding1` = 4, `RewOnKillRepValue1` = 7, `TeamDependent` = 0 WHERE `creature_id` = 17730;
|
||||
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 20177;
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
(20177, 942, 0, 7, 0, 15, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user