diff options
author | megamage <none@none> | 2009-04-04 13:11:03 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-04-04 13:11:03 -0600 |
commit | e53521d228df1e53d63b5e0fd53c414b5dff7866 (patch) | |
tree | 7355319aff1b53b8616866b07c3c2f4bac4f6b02 /src/game/GridNotifiersImpl.h | |
parent | b858dd535a67cda80ac8adb91dadedfb70e0628a (diff) | |
parent | 19f725cd5127a565850d9de28ec5f12bf5af4e33 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GridNotifiersImpl.h')
-rw-r--r-- | src/game/GridNotifiersImpl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GridNotifiersImpl.h b/src/game/GridNotifiersImpl.h index 491ff67aec5..0b19f89d60c 100644 --- a/src/game/GridNotifiersImpl.h +++ b/src/game/GridNotifiersImpl.h @@ -190,11 +190,15 @@ inline void Trinity::DynamicObjectUpdater::VisitHelper(Unit* target) { if (i_check->IsFriendlyTo( target )) return; + + i_check->CombatStart(target); } else { if (!i_check->IsHostileTo( target )) return; + + i_check->CombatStart(target); } // Check target immune to spell or aura |