mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
align fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user