1
Fork 0
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:
Mordred 2018-08-30 13:33:08 +02:00 committed by GitHub
parent 3a3b86203c
commit 016d1963f2

View file

@ -32,7 +32,7 @@ switch( commandId )
{
case 0x01: // Toggle sheathe
{
if ( param11 == 1 )
if( param11 == 1 )
pPlayer->setStance( Entity::Chara::Stance::Active );
else
{