mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7595] Remove wrong comments.
Just forgot remove its in time releted patch push.
This commit is contained in:
parent
89d9e736a3
commit
448f4195f8
2 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7594"
|
||||
#define REVISION_NR "7595"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue