align fix

This commit is contained in:
treeston
2016-05-05 13:01:40 +02:00
parent 35a66a33fc
commit 58486fc19a
+2 -2
View File
@@ -13713,8 +13713,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