From c296407eae5b663a13723311067a1361ca418531 Mon Sep 17 00:00:00 2001 From: Mathematical Shitpost Emissary Date: Sun, 26 Feb 2023 22:13:32 -0500 Subject: [PATCH] fix(DB/Loot): Tamed Sporebats have drops and Giant Plains Creeper spider should not be skinnable (#14797) --- .../updates/pending_db_world/rev_1675037344657947800.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675037344657947800.sql diff --git a/data/sql/updates/pending_db_world/rev_1675037344657947800.sql b/data/sql/updates/pending_db_world/rev_1675037344657947800.sql new file mode 100644 index 000000000..4f53b92de --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675037344657947800.sql @@ -0,0 +1,7 @@ +-- + +DELETE FROM `creature_loot_template` WHERE `entry`= 18201 AND `Item`= 22787; +UPDATE `creature_template` SET `mingold`=0, `maxgold`=0, `lootid`=0 WHERE `entry`=18201; + +DELETE FROM `skinning_loot_template` WHERE `Entry`= 2565 AND `Item`= 4234; +UPDATE `creature_template` SET `skinloot`=0 WHERE `entry`=2565;