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
This commit is contained in:
acidmanifesto
2021-12-24 17:30:43 +01:00
committed by GitHub
parent 455372bda4
commit e00a2a052a

View File

@@ -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;