Fix rogues not starting with Thieves' Cant

This commit is contained in:
Michael Cook (mackal)
2014-09-13 03:20:43 -04:00
parent d51241720a
commit 4c959159c2
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ private:
void SetClassStartingSkills( PlayerProfile_Struct *pp );
void SetRaceStartingSkills( PlayerProfile_Struct *pp );
void SetRacialLanguages( PlayerProfile_Struct *pp );
void SetClassLanguages(PlayerProfile_Struct *pp);
ClientListEntry* cle;
Timer CLE_keepalive_timer;