Send player skill list after stance change.

This commit is contained in:
MobiusDev
2016-01-05 12:54:27 +00:00
parent 8c396748ae
commit 1e116574b8

View File

@ -128,7 +128,7 @@ public class FeohStance extends AbstractEffect
break;
}
}
// FIXME: Need to Update active/passive skill lists and action bars (NOT learn able skill list)
player.sendSkillList();
}
@Override
@ -182,6 +182,6 @@ public class FeohStance extends AbstractEffect
break;
}
}
// FIXME: Need to Update active/passive skill lists and action bars (NOT learn able skill list)
player.sendSkillList();
}
}