align fix

This commit is contained in:
treeston
2016-05-05 13:01:40 +02:00
committed by Aokromes
parent 4205140a75
commit 7dfa86b878

View File

@@ -12167,8 +12167,8 @@ void Unit::UpdateCharmAI()
i_AI = i_disabledAI;
i_disabledAI = nullptr;
if (GetTypeId() == TYPEID_UNIT)
ToCreature()->AI()->OnCharmed(false);
if (GetTypeId() == TYPEID_UNIT)
ToCreature()->AI()->OnCharmed(false);
}
}
else