ThePhrozenKeep / D2MOO

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

Fixed SUNITDMG_ExecuteEvents life/mana leech (left shift vs right shift) #146

Closed nooperation closed 9 months ago

nooperation commented 9 months ago

dwLifeLeech and dwManaLeech should be shifted back to the right for this case (Please double check, It's possible I'm missing something here because the logic for this entire function is kind of difficult to follow both in code and assembly forms)

Lectem commented 9 months ago

This should indeed be divided by 64. Merging thanks.