diff options
Diffstat (limited to 'src/game/GuardAI.cpp')
-rw-r--r-- | src/game/GuardAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index 1aabe1beeda..09314d5e69f 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -52,7 +52,7 @@ void GuardAI::MoveInLineOfSight(Unit *u) { //Need add code to let guard support player AttackStart(u); - //u->RemoveSpellsCausingAura(SPELL_AURA_MOD_STEALTH); + //u->RemoveAurasByType(SPELL_AURA_MOD_STEALTH); } } } |