jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Moving diagonally sends an incorrectly offset map description. #22

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Bug is in CreatureMovedNotification.cs where we choose the window to be sent.

jlnunez89 commented 4 years ago

addressed with #24