Does anyone encounter when using master/hero skill the character will be stuck and cant move ingame, then if you relog the character can move again. Please help guys.
if( dwLevel == 0 || dwLevel > pSkillProp->dwExpertMax )
{
// Add this to fix the skill problem
pUser->AddHdr(GETID(pUser), SNAPSHOTTYPE_CLEAR_USESKILL);
return;
}