mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
Ugh
This commit is contained in:
parent
c53fc16ead
commit
1aeebebde7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace Server {
|
||||||
|
|
||||||
//m_data.u23 = 0x04;
|
//m_data.u23 = 0x04;
|
||||||
//m_data.u24 = 256;
|
//m_data.u24 = 256;
|
||||||
m_data.state = (pPlayer->getHp() > 0) ? 1 : 2;
|
m_data.state = static_cast< uint8_t >( pPlayer->getStatus() );
|
||||||
m_data.type = 1;
|
m_data.type = 1;
|
||||||
if( pTarget == pPlayer )
|
if( pTarget == pPlayer )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue