diasurgical / devilution

Diablo devolved - magic behind the 1996 computer game
Other
8.66k stars 921 forks source link

msg: add BUGFIX for delta_kill_monster #2261

Closed mewmew closed 2 years ago

mewmew commented 2 years ago

The monster direction is synced even if the receiving player is not on the same dungeon level as the player killing the monster.

Note, this happens, even if one player is in town, and the other kills a monster at e.g. dlvl=1. Then the code will check the monster at index mi even for the player in town, so it will just read garbage data from memory.