diff options
Diffstat (limited to 'src/server/game/AI/CreatureAIImpl.h')
-rw-r--r-- | src/server/game/AI/CreatureAIImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/AI/CreatureAIImpl.h b/src/server/game/AI/CreatureAIImpl.h index c8425fb08eb..c50d2a2eb33 100644 --- a/src/server/game/AI/CreatureAIImpl.h +++ b/src/server/game/AI/CreatureAIImpl.h @@ -78,8 +78,8 @@ struct AISpellInfoType , cooldown(AI_DEFAULT_COOLDOWN), realCooldown(0), maxRange(0.0f){ } AITarget target; AICondition condition; - uint32 cooldown; - uint32 realCooldown; + Milliseconds cooldown; + Milliseconds realCooldown; float maxRange; uint8 Targets; // set of enum SelectTarget |