diff options
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r-- | src/game/GameObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 1169cc780f4..d6aa162b50a 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -1373,7 +1373,7 @@ void GameObject::CastSpell(Unit* target, uint32 spellId) return; bool self = false; - for(int i = 0; i < 3; ++i) + for(uint8 i = 0; i < 3; ++i) { if(spellInfo->EffectImplicitTargetA[i] == TARGET_UNIT_CASTER) { |