forked from metin-server/m2dev-client-src
MRMJ-1: Messenger & Skills fixes
This commit is contained in:
@@ -262,6 +262,11 @@ class CPythonPlayer : public CSingleton<CPythonPlayer>, public IAbstractPlayer
|
||||
void NotifyCharacterUpdate(DWORD dwVID);
|
||||
void NotifyDeadMainCharacter();
|
||||
void NotifyChangePKMode();
|
||||
#ifdef FIX_REFRESH_SKILL_COOLDOWN
|
||||
void ResetSkillCoolTimes();
|
||||
void ResetSkillCoolTimeForSlot(DWORD dwSlotIndex);
|
||||
void ResetHorseSkillCoolTime(DWORD dwSkillIndex, DWORD dwVisualSlotIndex);
|
||||
#endif
|
||||
|
||||
|
||||
// Player Status
|
||||
|
||||
Reference in New Issue
Block a user