1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

Renamed an actor control according to use

This commit is contained in:
Mordred 2022-01-06 20:44:35 +01:00
parent f0871c6217
commit 4fccaef569
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ namespace Sapphire::Network::ActorControl
ToggleActionUnlock = 0x29,
UpdateUiExp = 0x2B,
DmgTakenMsg = 0x2D,
SetFallDamage = 0x2D,
SetTarget = 0x32,
ToggleNameHidden = 0x36,

View file

@ -2206,7 +2206,7 @@ void Sapphire::Entity::Player::setFalling( bool state, const Common::FFXIVARR_PO
takeDamage( damage );
}
sendToInRangeSet( makeActorControl( getId(), DmgTakenMsg, damage ), true );
sendToInRangeSet( makeActorControl( getId(), SetFallDamage, damage ), true );
}
}
}