mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Bug Fix] Fix Client::RemoveTitle (#4421)
* [Bug Fix] Fix Client::RemoveTitle * Remove title/suffix if in use. * Update titles.cpp * Non static
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
void CreateNewPlayerTitle(Client *client, std::string title);
|
||||
void CreateNewPlayerSuffix(Client *client, std::string suffix);
|
||||
bool HasTitle(Client* client, uint32 title_id);
|
||||
inline const std::vector<TitleEntry>& GetTitles() { return titles; }
|
||||
|
||||
protected:
|
||||
std::vector<TitleEntry> titles;
|
||||
|
||||
Reference in New Issue
Block a user