mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
Added some consts to remove 'deprecated string to char*' warnings.
This commit is contained in:
+2
-2
@@ -1124,8 +1124,8 @@ public:
|
||||
void UpdateMercLevel();
|
||||
void CheckMercSuspendTimer();
|
||||
Timer GetMercTimer() { return merc_timer; };
|
||||
char* GetRacePlural(Client* client);
|
||||
char* GetClassPlural(Client* client);
|
||||
const char* GetRacePlural(Client* client);
|
||||
const char* GetClassPlural(Client* client);
|
||||
void SendWebLink(const char* website);
|
||||
|
||||
bool StoreTurnInItems(Mob* with);
|
||||
|
||||
Reference in New Issue
Block a user