mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
added gp and cp to playerstats
GP `0x44` is a little weird in that it's set to 10000 as a non-gatherer. Trying it with both MIN and BTN does give the correct values in this address, though.
This commit is contained in:
parent
7089e0feee
commit
dff68fba87
1 changed files with 2 additions and 2 deletions
|
@ -959,8 +959,8 @@ namespace Sapphire::Network::Packets::Server
|
|||
uint32_t hp;
|
||||
uint32_t mp;
|
||||
uint32_t tp;
|
||||
uint32_t unknown;
|
||||
uint32_t unknown_1;
|
||||
uint32_t gp; // Set to 10000 as non-gatherer for some reason
|
||||
uint32_t cp;
|
||||
uint32_t unknown_2;
|
||||
uint32_t tenacity;
|
||||
uint32_t attack;
|
||||
|
|
Loading…
Add table
Reference in a new issue