diff options
-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); |