[7595] Remove wrong comments.

Just forgot remove its in time releted patch push.
This commit is contained in:
VladimirMangos 2009-04-01 14:28:25 +04:00
parent 89d9e736a3
commit 448f4195f8
2 changed files with 1 additions and 3 deletions

View file

@ -1754,13 +1754,11 @@ void Spell::EffectDummy(uint32 i)
if(unitTarget->GetCreatureType() != CREATURE_TYPE_UNDEAD)
return;
// first rank have special multiplier
int32 bp = damage * 1.5f;
m_caster->CastCustomSpell(unitTarget,47633,&bp,NULL,NULL,true);
}
else
{
// first rank have special multiplier
int32 bp = damage;
m_caster->CastCustomSpell(unitTarget,47632,&bp,NULL,NULL,true);
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7594"
#define REVISION_NR "7595"
#endif // __REVISION_NR_H__