1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-10 14:27:45 +00:00

seems like garbage data not needed

This commit is contained in:
collett 2020-03-02 05:50:44 +09:00
parent 8a7c11dab8
commit 20247f5870

View file

@ -2193,7 +2193,6 @@ void Sapphire::Entity::Player::gaugeWarSetIb( uint8_t value )
if( value != 0 ) if( value != 0 )
{ {
pPacket->data().value1 = 0x07; pPacket->data().value1 = 0x07;
pPacket->data().value2 = 0x7FED;
} }
queuePacket( pPacket ); queuePacket( pPacket );
} }