ThePhrozenKeep / D2MOO

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

Fix MISSMODE_SrvDmg14_MoltenBoulder (case fallthrough to early return) #151

Closed nooperation closed 8 months ago

nooperation commented 8 months ago

Added missing break to UNIT_MONSTER case of MISSMODE_SrvDmg14_MoltenBoulder. Without the break, the logic falls through to an early return and causes the entire UNIT_MONSTER case to does nothing