OpenDAoC / OpenDAoC-Core

OpenDAoC is a free Dark Age of Camelot server emulator
https://www.opendaoc.com
GNU General Public License v3.0
33 stars 21 forks source link

Fix Melee Crit Damage #34

Closed ghollies closed 1 year ago

ghollies commented 1 year ago
bm01 commented 1 year ago

Oops. I meant to change CalculateMeleeCriticalDamage to take the damage amount (and return the critical amount) instead of working on the attack data directly, since having it being initialized from various places can easily create issues like this one, but apparently I forgot to change the arguments. Thanks.