mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 09:17:47 +00:00
Style;
This commit is contained in:
parent
d7c97491c3
commit
75149960b0
2 changed files with 10 additions and 10 deletions
|
@ -796,7 +796,7 @@ void Core::Network::GameConnection::actionHandler( Core::Network::Packets::GameP
|
||||||
|
|
||||||
switch( commandId )
|
switch( commandId )
|
||||||
{
|
{
|
||||||
case 0x01:
|
case 0x01: // Toggle sheathe
|
||||||
{
|
{
|
||||||
if ( param11 == 1 )
|
if ( param11 == 1 )
|
||||||
pPlayer->setStance( Entity::Actor::Stance::Active );
|
pPlayer->setStance( Entity::Actor::Stance::Active );
|
||||||
|
@ -810,7 +810,7 @@ void Core::Network::GameConnection::actionHandler( Core::Network::Packets::GameP
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 0x02:
|
case 0x02: // Toggle auto-attack
|
||||||
{
|
{
|
||||||
if ( param11 == 1 )
|
if ( param11 == 1 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue