[7318] Fixed damage bonus for spell 1329 and ranks when target is poisoned.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Tequila 2009-02-21 11:25:01 +01:00 committed by ApoC
parent 011bd0c1de
commit 9f4154a6f9
2 changed files with 2 additions and 2 deletions

View file

@ -4357,7 +4357,7 @@ void Spell::EffectWeaponDmg(uint32 i)
}
if(found)
totalDamagePercentMod *= 1.5f; // 150% if poisoned
totalDamagePercentMod *= 1.2f; // 120% if poisoned
}
break;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7317"
#define REVISION_NR "7318"
#endif // __REVISION_NR_H__