From 95c877c2f4790130982b3bdf4207460970a715d6 Mon Sep 17 00:00:00 2001 From: neifion-00000000 <91289495+neifion-00000000@users.noreply.github.com> Date: Fri, 30 Dec 2022 06:44:04 -0600 Subject: [PATCH] fix(DB/Loot): Improve Kil'sorrow gold drops (#14418) --- data/sql/updates/pending_db_world/rev_1672338781776631800.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1672338781776631800.sql diff --git a/data/sql/updates/pending_db_world/rev_1672338781776631800.sql b/data/sql/updates/pending_db_world/rev_1672338781776631800.sql new file mode 100644 index 000000000..581f0a173 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1672338781776631800.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `mingold`=276, `maxgold`=1836 WHERE `entry`=17148; +UPDATE `creature_template` SET `mingold`=352, `maxgold`=1788 WHERE `entry`=17147; +UPDATE `creature_template` SET `mingold`=303, `maxgold`=1924 WHERE `entry`=17146;