1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 16:57:47 +00:00
This commit is contained in:
Maru 2017-08-11 01:12:55 -03:00
parent d7c97491c3
commit 75149960b0
2 changed files with 10 additions and 10 deletions

View file

@ -796,7 +796,7 @@ void Core::Network::GameConnection::actionHandler( Core::Network::Packets::GameP
switch( commandId )
{
case 0x01:
case 0x01: // Toggle sheathe
{
if ( param11 == 1 )
pPlayer->setStance( Entity::Actor::Stance::Active );
@ -810,7 +810,7 @@ void Core::Network::GameConnection::actionHandler( Core::Network::Packets::GameP
break;
}
case 0x02:
case 0x02: // Toggle auto-attack
{
if ( param11 == 1 )
{