diff options
author | Spp <none@none> | 2010-04-19 17:13:20 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-19 17:13:20 +0200 |
commit | 450c6af43bd18b42dc9475befa062d51f04a946c (patch) | |
tree | e8e16b6deee5e4c96a58d99825a051891cbffb68 /src/game/CreatureEventAI.cpp | |
parent | 97b7aa111691d8545e1b6666c23251f20e61a8d9 (diff) |
Code Style: Remove trailing spaces and tab to spaces
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureEventAI.cpp')
-rw-r--r-- | src/game/CreatureEventAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index a8aa99b74f0..bbb1dde36e7 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -374,7 +374,7 @@ void CreatureEventAI::ProcessAction(CreatureEventAI_Action const& action, uint32 target = owner; } } - else + else { target = me->getVictim(); if (target && target->GetTypeId() != TYPEID_PLAYER) |