ThePhrozenKeep / D2MOO

Reimplementation of the Diablo2 game coupled with patching facilities for modders.
MIT License
93 stars 29 forks source link

Fix MONSTERUNIQUE_CalculatePercentage order of operations #144

Closed nooperation closed 9 months ago

nooperation commented 9 months ago

Division happens before multiply in these two cases. Important for large values where you start encountering the possibility of overflow