Skip to content

Commit

Permalink
fix(DB/Loot): Critters are not skinnable (azerothcore#20817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereneckla authored Dec 2, 2024
1 parent a704556 commit 3a9e8c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/sql/updates/pending_db_world/rev_1733152346182084675.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- Critter: 883, 890, 2098, 2620, 1933, 4166, 721, 2442, 10780, 12298, 5951, 17467, 12296, 17467
-- Human Royal Guard... : 1756 loot probably incorrect as well, I assume it came from the transformed guards for the Onyxia quest

UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (883, 890, 2098, 2620, 1933, 4166, 721, 2442, 10780, 12298, 5951, 17467, 12296, 17467, 1756);

DELETE FROM `skinning_loot_template` WHERE `entry` IN (883, 890, 2098, 2620, 1933, 4166, 721, 2442, 10780, 12298, 5951, 17467, 12296, 17467, 1756);

0 comments on commit 3a9e8c0

Please sign in to comment.