diff options
author | XTZGZoReX <none@none> | 2009-04-06 21:14:51 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-04-06 21:14:51 +0200 |
commit | cc2a089a9d17f90423c6213419cd692786b15f15 (patch) | |
tree | 0898d5ded038d0c414bae1d810708856dcda1eb5 /src/game/GridNotifiersImpl.h | |
parent | 8c13fe15d400aded239195c80fd3bd43b798efc2 (diff) |
* Trailing whitespace removed.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GridNotifiersImpl.h')
-rw-r--r-- | src/game/GridNotifiersImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GridNotifiersImpl.h b/src/game/GridNotifiersImpl.h index 97daafa6ced..7fc6c147f5b 100644 --- a/src/game/GridNotifiersImpl.h +++ b/src/game/GridNotifiersImpl.h @@ -128,7 +128,7 @@ Trinity::CreatureRelocationNotifier::Visit(PlayerMapType &m) continue; iter->getSource()->UpdateVisibilityOf(&i_creature); - + PlayerCreatureRelocationWorker(iter->getSource(), &i_creature); } } @@ -144,7 +144,7 @@ Trinity::CreatureRelocationNotifier::Visit(CreatureMapType &m) { if(iter->getSource()->m_Notified) continue; - + if(!iter->getSource()->isAlive()) continue; |