mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix Turtle/Classic parsing and online player textures
This commit is contained in:
parent
010243bbd9
commit
bcfc075e1e
13 changed files with 518 additions and 27 deletions
|
|
@ -18,6 +18,7 @@ enum class UF : uint16_t {
|
|||
// Unit fields
|
||||
UNIT_FIELD_TARGET_LO,
|
||||
UNIT_FIELD_TARGET_HI,
|
||||
UNIT_FIELD_BYTES_0,
|
||||
UNIT_FIELD_HEALTH,
|
||||
UNIT_FIELD_POWER1,
|
||||
UNIT_FIELD_MAXHEALTH,
|
||||
|
|
@ -34,6 +35,8 @@ enum class UF : uint16_t {
|
|||
|
||||
// Player fields
|
||||
PLAYER_FLAGS,
|
||||
PLAYER_BYTES,
|
||||
PLAYER_BYTES_2,
|
||||
PLAYER_XP,
|
||||
PLAYER_NEXT_LEVEL_XP,
|
||||
PLAYER_FIELD_COINAGE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue