mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 02:07:46 +00:00
fix typo
This commit is contained in:
parent
3e4582560d
commit
3051aaa9b4
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ namespace Core {
|
|||
|
||||
enum ClientTriggerType
|
||||
{
|
||||
ToggleSeathe = 0x01,
|
||||
ToggleSheathe = 0x01,
|
||||
ToggleAutoAttack = 0x02,
|
||||
ChangeTarget = 0x03,
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ void Core::Network::GameConnection::clientTriggerHandler( const Packets::FFXIVAR
|
|||
|
||||
switch( commandId )
|
||||
{
|
||||
case ClientTriggerType::ToggleSeathe: // Toggle sheathe
|
||||
case ClientTriggerType::ToggleSheathe: // Toggle sheathe
|
||||
{
|
||||
if ( param11 == 1 )
|
||||
player.setStance( Entity::Chara::Stance::Active );
|
||||
|
|
Loading…
Add table
Reference in a new issue