1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 23:27:45 +00:00

Forgot a comment

This commit is contained in:
amibu 2017-10-01 01:19:41 +02:00
parent 53698cda86
commit d463319baf

View file

@ -109,7 +109,7 @@ uint16_t Core::Entity::Actor::getGp() const
return m_gp;
}
/*! \return current GP */
/*! \return current invincibility type */
InvincibilityType Core::Entity::Actor::getInvincibilityType() const
{
return m_invincibilityType;