Mytherin / Tibialyzer

Tibialyzer is an extension made for the MMORPG Tibia. It automatically scans the server log and messages from the Tibia client by reading its memory, and gathers various statistics, such as loot found from creatures, damage dealt by party members and experience gained every hour.
Other
182 stars 60 forks source link

Fix ClampCoordinate logic that was setting Z coordinate to 15 all the time #282

Closed luan closed 7 years ago

luan commented 7 years ago

This was broken by: https://github.com/Mytherin/Tibialyzer/commit/5a620b902316f761256245d3504d2992f513d2d5#diff-e9a6a21bf713dab84cf081b9e2dc1f7cR52

Looks like a simple mistake x for z there.

luan commented 7 years ago

This should fix #117

Mytherin commented 7 years ago

Indeed, seems to be a simple mistake. Thanks for the fix.