[9281] Fixed client ignore spell 1464 and ranks in combat log.

This commit is contained in:
VladimirMangos 2010-02-01 01:50:07 +03:00
parent 41d8f1a5d4
commit 60f8b3874d
2 changed files with 4 additions and 3 deletions

View file

@ -1487,8 +1487,9 @@ void Spell::EffectDummy(uint32 i)
{ {
if(!unitTarget) if(!unitTarget)
return; return;
m_damage+=m_caster->CalculateDamage(m_attackType, false);
m_damage+=damage; // dummy cast itself ignored by client in logs
m_caster->CastCustomSpell(unitTarget,50782,&damage,NULL,NULL,true);
return; return;
} }
// Concussion Blow // Concussion Blow

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 "9280" #define REVISION_NR "9281"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__