mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
[CombatAI::SpellInterrupted] Fix Typo
This commit is contained in:
@@ -112,7 +112,7 @@ void CombatAI::UpdateAI(const uint32 diff)
|
||||
}
|
||||
void CombatAI::SpellInterrupted(uint32 spellId, uint32 unTimeMs)
|
||||
{
|
||||
events.RescheduleEvent(spellId, msTime);
|
||||
events.RescheduleEvent(spellId, unTimeMs);
|
||||
}
|
||||
|
||||
/////////////////
|
||||
|
||||
Reference in New Issue
Block a user