mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Compile Fix (remove some lines that should have been removed in 11576b019b)
Thanks to |Paradox| for pointing out --HG-- branch : trunk
This commit is contained in:
@@ -1047,15 +1047,6 @@ bool ConditionMgr::isConditionTypeValid(Condition* cond)
|
||||
sLog.outErrorDb("Quest condition has useless data in value2 (%u)!", cond->mConditionValue2);
|
||||
break;
|
||||
}
|
||||
case CONDITION_AD_COMMISSION_AURA:
|
||||
{
|
||||
if (cond->mConditionValue1)
|
||||
sLog.outErrorDb("Quest condition has useless data in value1 (%u)!", cond->mConditionValue1);
|
||||
|
||||
if (cond->mConditionValue2)
|
||||
sLog.outErrorDb("Quest condition has useless data in value2 (%u)!", cond->mConditionValue2);
|
||||
break;
|
||||
}
|
||||
case CONDITION_NO_AURA:
|
||||
{
|
||||
if (!sSpellStore.LookupEntry(cond->mConditionValue1))
|
||||
|
||||
Reference in New Issue
Block a user