From 5bac46bbd51706f26ee27ed542bfbdee74313b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sun, 23 Aug 2020 12:58:18 +0200 Subject: [PATCH] refactor(creature-loot): improve chance % of Bohan NPC (#3202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update AuctionHouseHandler.cpp * refactor(creature-loot): improve chance % of Bohan NPC * chore(sql): remove quotes from number Co-authored-by: Francesco Borzì --- .../sql/updates/pending_db_world/rev_1595118810076078406.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1595118810076078406.sql diff --git a/data/sql/updates/pending_db_world/rev_1595118810076078406.sql b/data/sql/updates/pending_db_world/rev_1595118810076078406.sql new file mode 100644 index 000000000..7d285b2d1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1595118810076078406.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1595118810076078406'); + +UPDATE `creature_loot_template` SET `Chance` = 40 WHERE `Entry` = 3672 AND `Item` = 5423; +UPDATE `creature_loot_template` SET `Chance` = 60, `GroupId` = 1 WHERE `Entry` = 3672 AND `Item` = 5422; +