fix(DB/Reputation): Fiendish Hound (#14245)
This commit is contained in:
parent
57d49265be
commit
64145b7d05
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4, `RewOnKillRepValue1` = 1, `RewOnKillRepValue2` = 1 WHERE (`creature_id` = 17540);
|
||||
|
||||
DELETE FROM `creature_onkill_reputation` WHERE (`creature_id` = 18056);
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
(18056, 946, 947, 7, 0, 2, 7, 0, 2, 1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue