mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47:45 +00:00
Forgot a comment
This commit is contained in:
parent
15278c593f
commit
606f6e126f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ uint16_t Core::Entity::Actor::getGp() const
|
||||||
return m_gp;
|
return m_gp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! \return current GP */
|
/*! \return current invincibility type */
|
||||||
InvincibilityType Core::Entity::Actor::getInvincibilityType() const
|
InvincibilityType Core::Entity::Actor::getInvincibilityType() const
|
||||||
{
|
{
|
||||||
return m_invincibilityType;
|
return m_invincibilityType;
|
||||||
|
|
Loading…
Add table
Reference in a new issue