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:
parent
455372bda4
commit
e00a2a052a
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue