mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
Fix tp not being set in HudParam
This commit is contained in:
parent
ee6b9d6e1c
commit
64254c61e2
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
|
|||
m_data.LvSync = 0; //player.getLevelSync();
|
||||
m_data.Hp = player.getHp();
|
||||
m_data.Mp = player.getMp();
|
||||
m_data.Tp = player.getTp();
|
||||
m_data.HpMax = player.getMaxHp();
|
||||
m_data.MpMax = player.getMaxMp();;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue