diff options
| author | Killyana <morphone1@gmail.com> | 2016-01-17 03:47:39 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-01-17 03:47:39 +0100 |
| commit | 696a66155b5c03daa6478f651bed949f5eca8b60 (patch) | |
| tree | c12bfe561332116f91bcd3e6a49074f40c6953ff | |
| parent | bf71f51fba8902abb0588ccc6bf0f425c3604460 (diff) | |
DB/Creature: Terrorclaw Reputation on kill reputation
By @Saben65
Closes #16212
| -rw-r--r-- | sql/updates/world/2016_01_17_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_02_world.sql b/sql/updates/world/2016_01_17_02_world.sql new file mode 100644 index 00000000000..f019b927228 --- /dev/null +++ b/sql/updates/world/2016_01_17_02_world.sql @@ -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); |
