mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
No qualifiers in headers and const method
This commit is contained in:
parent
87ff1774cf
commit
c4f30f64f2
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ public:
|
|||
/*! get player's title list (available titles) */
|
||||
uint8_t * getTitleList();
|
||||
/*! get player's active title */
|
||||
uint16_t Core::Entity::Player::getTitle();
|
||||
uint16_t getTitle() const;
|
||||
/*! add title to player title list */
|
||||
void addTitle( uint16_t titleId );
|
||||
/*! change player's active title */
|
||||
|
|
Loading…
Add table
Reference in a new issue