Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Player Z address wrong. #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It made LevelSpy not work.
Also it's an adress that can be used for other things...

File: trunk/tibiaapi/Adresses/Player.cs
Line: 88
Current:
public static uint Z = 0x624E3C; // 8.21
Correct one:
public static uint Z = 0x62FAF8; // 8.21

(File is attached)

Original issue reported on code.google.com by mega...@gmail.com on 12 Aug 2008 at 1:56

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by mega...@gmail.com on 12 Aug 2008 at 4:27