From 2d63090c8339375ca120c26e179f0808564e2ff5 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:22:27 +0300 Subject: [PATCH] fix(DB/Loot): Shellfish Trap giving only 1 shellfish (#17473) --- data/sql/updates/pending_db_world/rev_1696883818543898900.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1696883818543898900.sql diff --git a/data/sql/updates/pending_db_world/rev_1696883818543898900.sql b/data/sql/updates/pending_db_world/rev_1696883818543898900.sql new file mode 100644 index 000000000..5af06ca3f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1696883818543898900.sql @@ -0,0 +1,2 @@ +-- Shellfish +UPDATE `gameobject_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 13944 and `Item` = 13545;