azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.43k stars 2.58k forks source link

Several creatures that should not be skinnable can be skinned #6728

Closed Einkatzi closed 3 years ago

Einkatzi commented 3 years ago

CURRENT BEHAVIOUR: I skinned mountain cougars (level 3, ID 2961) in Tauren starting area in Mulgore. They drop surprising amounts of Medium Leather and even Red Whelp Scale. Their skinloot entry is 100008, which is supposed to be used for Red Whelp (1042), Lost Whelp (1043) and Crimson Whelp (1069). The same skinloot entry is used for several other creatures that aren't supposed to skinnable (see below).

EXPECTED BLIZZLIKE BEHAVIOUR:

  1. They should not be skinnable at all.

SOURCE: Wowhead TBC Mountain Cougar has no skinning loot entries. TrinityCore had the same issue and fixed it There were more creatures in TrinityCore that had this skinloot template. In the case of AzerothCore, it's the following creatures:

STEPS TO REPRODUCE THE PROBLEM:

  1. Learn skinning and carry a skinning knife
  2. Kill one of the above mentioned creatures (won't work with every ID - Stratholme Trigger or the Orb of Domination probably won't be killable).
  3. Skin it.

EXTRA NOTES: As mentioned, TrinityCore had the same problem (with even more creatures) and fixed it, specifically in this commit

AC HASH/COMMIT: ChromieCraft on AzerothCore rev. cedbd604d3f5 2021-06-29 00:45:12 +0200 (master branch)

OPERATING SYSTEM: Windows 10

MODULES: ?

CUSTOMIZATIONS: several addons, but no relevant ones

Einkatzi commented 3 years ago

I'm sorry, I just saw that this issue has been reported before.

6250 is the original issue.

However, the fact that TrinityCore has solved the same problem already might be useful to know.