diff options
author | Killyana <morphone1@gmail.com> | 2016-01-17 03:47:39 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 23:07:30 +0100 |
commit | 699ca8dd6537e69e9fb15035f035e5cad39b805c (patch) | |
tree | e049ad7b8d818324c7d5d0e1c2619eff54f68246 | |
parent | c5f30751ef74e2aad8b776ff0341ec5c0965ecb9 (diff) |
DB/Creature: Terrorclaw Reputation on kill reputation
By @Saben65
Closes #16212
(cherry picked from commit 696a66155b5c03daa6478f651bed949f5eca8b60)
-rw-r--r-- | sql/updates/world/2016_01_16_04_world.sql (renamed from sql/updates/world/2016_03_22_13_world_2016_01_16_04_world.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2016_03_22_13_world_2016_01_17_01_world.sql (renamed from sql/updates/world/2016_01_17_01_world.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2016_03_22_14_world_2016_01_17_02_world.sql | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_13_world_2016_01_16_04_world.sql b/sql/updates/world/2016_01_16_04_world.sql index a6bb7ae185c..a6bb7ae185c 100644 --- a/sql/updates/world/2016_03_22_13_world_2016_01_16_04_world.sql +++ b/sql/updates/world/2016_01_16_04_world.sql diff --git a/sql/updates/world/2016_01_17_01_world.sql b/sql/updates/world/2016_03_22_13_world_2016_01_17_01_world.sql index 8e5bcd22a07..8e5bcd22a07 100644 --- a/sql/updates/world/2016_01_17_01_world.sql +++ b/sql/updates/world/2016_03_22_13_world_2016_01_17_01_world.sql diff --git a/sql/updates/world/2016_03_22_14_world_2016_01_17_02_world.sql b/sql/updates/world/2016_03_22_14_world_2016_01_17_02_world.sql new file mode 100644 index 00000000000..f019b927228 --- /dev/null +++ b/sql/updates/world/2016_03_22_14_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); |