mirror of
https://github.com/araxiaonline/mod-transmog.git
synced 2026-06-13 02:32:22 -04: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;
|
||||
}
|
||||
|
||||
if (!IgnoreLevelRequirement(guid) && IsPlusFeatureEligible(guid, PLUS_FEATURE_SKIP_LEVEL_REQ) && playerLevel < proto->RequiredLevel)
|
||||
if (!IgnoreLevelRequirement(guid) && playerLevel < proto->RequiredLevel)
|
||||
return false;
|
||||
|
||||
if (AllowLowerTiers && TierAvailable(NULL, playerGuid, proto->SubClass))
|
||||
|
||||
Reference in New Issue
Block a user