convert skill combo'

This commit is contained in:
VDH
2026-01-22 19:23:32 +07:00
parent 485488b804
commit ef366cfc32
12 changed files with 1144 additions and 452 deletions
@@ -316,6 +316,10 @@ namespace BrewMonster.Network
public static void c2s_CmdNPCSevHeal()
{
}
public static void c2s_SendCmdNotifyForceAttack(int iForceAttack, byte refuseBless)
{
Instance._gameSession.c2s_SendCmdNotifyForceAttack(iForceAttack, refuseBless);
}
public static void c2s_CmdNPCSevAcceptTask(int idTask,int idStorage,int idRefreshItem)
{