From e701f3c615bc4d47ddf9d801c165a148c9f1dff8 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Mon, 8 Apr 2024 01:30:19 +0200 Subject: [PATCH] fix(DB/Hyjal): weird loot format for Archimonde (#18682) Create archi_loot_fix.sql --- data/sql/updates/pending_db_world/archi_loot_fix.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/archi_loot_fix.sql diff --git a/data/sql/updates/pending_db_world/archi_loot_fix.sql b/data/sql/updates/pending_db_world/archi_loot_fix.sql new file mode 100644 index 000000000..811511733 --- /dev/null +++ b/data/sql/updates/pending_db_world/archi_loot_fix.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry` = 17968 AND `Item` = 190068; +UPDATE `creature_loot_template` SET `MaxCount` = 3 WHERE `Entry` = 17968 AND `Item` = 34068;