1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 10:17:46 +00:00
This commit is contained in:
NotAdam 2018-07-06 22:43:26 +10:00
parent 479a4369ab
commit f774ba9d33
2 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,7 @@ namespace Core {
enum ClientTriggerType enum ClientTriggerType
{ {
ToggleSeathe = 0x01, ToggleSheathe = 0x01,
ToggleAutoAttack = 0x02, ToggleAutoAttack = 0x02,
ChangeTarget = 0x03, ChangeTarget = 0x03,

View file

@ -64,7 +64,7 @@ void Core::Network::GameConnection::clientTriggerHandler( const Packets::FFXIVAR
switch( commandId ) switch( commandId )
{ {
case ClientTriggerType::ToggleSeathe: // Toggle sheathe case ClientTriggerType::ToggleSheathe: // Toggle sheathe
{ {
if ( param11 == 1 ) if ( param11 == 1 )
player.setStance( Entity::Chara::Stance::Active ); player.setStance( Entity::Chara::Stance::Active );