mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Renamed an actor control according to use
This commit is contained in:
parent
f0871c6217
commit
4fccaef569
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ namespace Sapphire::Network::ActorControl
|
||||||
ToggleActionUnlock = 0x29,
|
ToggleActionUnlock = 0x29,
|
||||||
|
|
||||||
UpdateUiExp = 0x2B,
|
UpdateUiExp = 0x2B,
|
||||||
DmgTakenMsg = 0x2D,
|
SetFallDamage = 0x2D,
|
||||||
|
|
||||||
SetTarget = 0x32,
|
SetTarget = 0x32,
|
||||||
ToggleNameHidden = 0x36,
|
ToggleNameHidden = 0x36,
|
||||||
|
|
|
@ -2206,7 +2206,7 @@ void Sapphire::Entity::Player::setFalling( bool state, const Common::FFXIVARR_PO
|
||||||
takeDamage( damage );
|
takeDamage( damage );
|
||||||
}
|
}
|
||||||
|
|
||||||
sendToInRangeSet( makeActorControl( getId(), DmgTakenMsg, damage ), true );
|
sendToInRangeSet( makeActorControl( getId(), SetFallDamage, damage ), true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue