mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user