DB/Creature: Terrorclaw Reputation on kill reputation

By @Saben65
Closes #16212

(cherry picked from commit 696a66155b)
This commit is contained in:
Killyana
2016-01-17 03:47:39 +01:00
committed by Shauren
parent c5f30751ef
commit 699ca8dd65
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_onkill_reputation` WHERE `creature_id`=20477;
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
(20477, 942, 0, 5, 0, 7, 0, 0, 0, 0);