1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +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 4b18ca0dcf
commit 4946d18583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
{