mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[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:
parent
011bd0c1de
commit
9f4154a6f9
2 changed files with 2 additions and 2 deletions
|
|
@ -4357,7 +4357,7 @@ void Spell::EffectWeaponDmg(uint32 i)
|
|||
}
|
||||
|
||||
if(found)
|
||||
totalDamagePercentMod *= 1.5f; // 150% if poisoned
|
||||
totalDamagePercentMod *= 1.2f; // 120% if poisoned
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue