fix(DB) Zorbo the Advisor gives no rep (#14767)
This commit is contained in:
parent
716a822b48
commit
bae1fb1644
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 18413;
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES (18413,978,941,7,0,10,7,0,10,1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue