From 4bb56bd8f24f01adbf7b32c904a9e1eb25c4bf42 Mon Sep 17 00:00:00 2001 From: Lynethris <100411212+Lynethris@users.noreply.github.com> Date: Sat, 23 Apr 2022 16:21:23 +0200 Subject: [PATCH] fix(DB/Item): Shaft of Tsol drop rate (#11444) --- .../sql/updates/pending_db_world/rev_1650378083515345987.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1650378083515345987.sql diff --git a/data/sql/updates/pending_db_world/rev_1650378083515345987.sql b/data/sql/updates/pending_db_world/rev_1650378083515345987.sql new file mode 100644 index 000000000..cc54c5fed --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1650378083515345987.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650378083515345987'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 6910) AND (`Item` IN (7741)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(6910, 7741, 0, 100, 0, 1, 0, 1, 1, 'Revelosh - The Shaft of Tsol');