From ad08555888c0dc2e0eb932fcc53ef76fb7dfa5da Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 20 Apr 2018 13:03:58 +0200 Subject: [PATCH] DB/BoT: Halfus should grant 115 Valor Points on 10 players difficulties and 135 on 25 player difficulties --- sql/updates/world/4.3.4/custom_2018_04_16_01_world.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/updates/world/4.3.4/custom_2018_04_16_01_world.sql b/sql/updates/world/4.3.4/custom_2018_04_16_01_world.sql index 7c7e14ddf48..9398a860f1a 100644 --- a/sql/updates/world/4.3.4/custom_2018_04_16_01_world.sql +++ b/sql/updates/world/4.3.4/custom_2018_04_16_01_world.sql @@ -148,7 +148,7 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value -- Currency loot DELETE FROM `creature_onkill_reward` WHERE `creature_id` IN (44600, 46209, 46210, 46211); INSERT INTO `creature_onkill_reward` (`creature_id`, `CurrencyId1`, `CurrencyCount1`) VALUES -(44600, 396, 10000), -(46209, 396, 10000), -(46210, 396, 10000), -(46211, 396, 10000); +(44600, 396, 11500), +(46209, 396, 13500), +(46210, 396, 11500), +(46211, 396, 13500);