From e00a2a052a4efcc89a9f28ff933caf66acf6106c Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Fri, 24 Dec 2021 17:30:43 +0100 Subject: [PATCH] Fix (DB\Skin Loot) Remove Skinning loot from none skinnable npc (#9864) * Fix (DB\Skin Loot) Remove Skinning loot from none skinnable npc Removes skinning loot and fixes flag from a npc that was never skinnable. Addresses: https://github.com/chromiecraft/chromiecraft/issues/2661 https://github.com/azerothcore/azerothcore-wotlk/issues/9863 * Update rev_1640281609265649594.sql adjustment to standards --- data/sql/updates/pending_db_world/rev_1640281609265649594.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1640281609265649594.sql diff --git a/data/sql/updates/pending_db_world/rev_1640281609265649594.sql b/data/sql/updates/pending_db_world/rev_1640281609265649594.sql new file mode 100644 index 000000000..5389f9fdc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1640281609265649594.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640281609265649594'); + +-- High Warlord Whirlaxis is not skinnable fix. Never was skinnable. Flags Corrected. +UPDATE `creature_template` SET `unit_flags`=0, `skinloot`=0 WHERE `entry`=15204;