1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 23:27: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:
karashiiro 2019-07-27 10:18:09 -07:00 committed by GitHub
parent f7e44bc31a
commit 35e351666e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;