[10408] Fix mistake in recent debug log output change (ref 10395)

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
rsa 2010-08-25 00:24:28 +02:00 committed by NoFantasy
parent 2260b7921f
commit 7f9208426a
2 changed files with 4 additions and 3 deletions

View file

@ -730,9 +730,10 @@ uint32 Unit::DealDamage(Unit *pVictim, uint32 damage, CleanDamage const* cleanDa
} }
if (!spiritOfRedemtionTalentReady) if (!spiritOfRedemtionTalentReady)
pVictim->setDeathState(JUST_DIED); {
else
DEBUG_FILTER_LOG(LOG_FILTER_DAMAGE,"SET JUST_DIED"); DEBUG_FILTER_LOG(LOG_FILTER_DAMAGE,"SET JUST_DIED");
pVictim->setDeathState(JUST_DIED);
}
DEBUG_FILTER_LOG(LOG_FILTER_DAMAGE,"DealDamageHealth1"); DEBUG_FILTER_LOG(LOG_FILTER_DAMAGE,"DealDamageHealth1");

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10407" #define REVISION_NR "10408"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__