fix(DB/Creature): Add AQ40 missing onkill reputation gains (#14246)

This commit is contained in:
Gultask 2022-12-16 19:21:57 -03:00 committed by GitHub
parent 74645fdc76
commit 7db0e583a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
--
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` IN (15233,15246,15247,15250,15252,15311,15312);
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
(15233, 910, 0, 0, 0, 100, 0, 0, 0, 0),
(15246, 910, 0, 3, 0, 100, 0, 0, 0, 0),
(15247, 910, 0, 3, 0, 100, 0, 0, 0, 0),
(15250, 910, 0, 3, 0, 100, 0, 0, 0, 0),
(15252, 910, 0, 3, 0, 100, 0, 0, 0, 0),
(15311, 910, 0, 3, 0, 100, 0, 0, 0, 0),
(15312, 910, 0, 3, 0, 100, 0, 0, 0, 0);