mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Terrorclaw Reputation on kill reputation
By @Saben65
Closes #16212
(cherry picked from commit 696a66155b)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user