mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Fix error with commit
This commit is contained in:
parent
2d77adeeb8
commit
d3fbd026b4
@ -1295,7 +1295,7 @@ bool Client::Attack(Mob* other, int Hand, bool bRiposte, bool IsStrikethrough, b
|
|||||||
damage += opts->damage_flat;
|
damage += opts->damage_flat;
|
||||||
hate *= opts->hate_percent;
|
hate *= opts->hate_percent;
|
||||||
hate += opts->hate_flat;
|
hate += opts->hate_flat;
|
||||||
hit_chance_bonus += opts->hate_flat;
|
hit_chance_bonus += opts->hit_chance;
|
||||||
}
|
}
|
||||||
|
|
||||||
//check to see if we hit..
|
//check to see if we hit..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user