mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
fix: remove leftover (#165)
* fix: Fix logic and improve readibility * fix: remove leftover
This commit is contained in:
@@ -887,7 +887,7 @@ bool Transmogrification::SuitableForTransmogrification(ObjectGuid guid, ItemTemp
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IgnoreLevelRequirement(guid) && IsPlusFeatureEligible(guid, PLUS_FEATURE_SKIP_LEVEL_REQ) && playerLevel < proto->RequiredLevel)
|
if (!IgnoreLevelRequirement(guid) && playerLevel < proto->RequiredLevel)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (AllowLowerTiers && TierAvailable(NULL, playerGuid, proto->SubClass))
|
if (AllowLowerTiers && TierAvailable(NULL, playerGuid, proto->SubClass))
|
||||||
|
|||||||
Reference in New Issue
Block a user