fix(DB/Reputation): Fix reputation awarded for Murkblood Healers (#14783)
This commit is contained in:
parent
bf30c66ba4
commit
5c8279793b
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue