|
@@ -184,7 +184,7 @@ public:
|
|
|
void vistiCastleObjects (const CGTownInstance *t, const CGHeroInstance *h);
|
|
|
void levelUpHero(int ID, int skill);//handle client respond and send one more request if needed
|
|
|
void levelUpHero(int ID);//initial call - check if hero have remaining levelups & handle them
|
|
|
- void afterBattleCallback(); // called after level-ups are finished, ID is just temporarily for compatibility
|
|
|
+ void afterBattleCallback(); // called after level-ups are finished
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
void commitPackage(CPackForClient *pack) OVERRIDE;
|