Added some consts to remove 'deprecated string to char*' warnings.

This commit is contained in:
Arthur Ice
2013-03-09 10:52:25 -08:00
parent 0e6272e6d8
commit faa93c3739
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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);