Google-Code-Fork / tibiaapi

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

Wrong XYZ addresses in Version870.cs #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Player.Z = 0x67BA30;
Player.Y = Player.Z + 4;
Player.X = Player.Z + 8;

someone wrote x = z + 4

also GoToX, GoToY, GoToZ
are wrong in Version870.cs

Original issue reported on code.google.com by muttd...@gmail.com on 31 Dec 2010 at 8:38

GoogleCodeExporter commented 9 years ago
Probably me, though I already fixed this, guess not.

Original comment by ian320 on 6 Jan 2011 at 6:23

GoogleCodeExporter commented 9 years ago
Fixed in r858.

Original comment by ian320 on 9 Jan 2011 at 11:12