mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
How did that slip through over all this time..
This commit is contained in:
parent
3a3b86203c
commit
016d1963f2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ switch( commandId )
|
|||
{
|
||||
case 0x01: // Toggle sheathe
|
||||
{
|
||||
if ( param11 == 1 )
|
||||
if( param11 == 1 )
|
||||
pPlayer->setStance( Entity::Chara::Stance::Active );
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue