From 450c6af43bd18b42dc9475befa062d51f04a946c Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 19 Apr 2010 17:13:20 +0200 Subject: Code Style: Remove trailing spaces and tab to spaces --HG-- branch : trunk --- src/game/CreatureEventAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/CreatureEventAI.cpp') 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) -- cgit v1.2.3