fix: update logic fly HP.

This commit is contained in:
Tungdv
2026-01-12 15:07:18 +07:00
parent 6a8274db30
commit e279eeb540
6 changed files with 111 additions and 39 deletions
@@ -409,5 +409,10 @@ namespace BrewMonster.Network
{
Instance._gameSession.c2s_CmdGoto(x, y, z);
}
public static void c2s_CmdUseItem(byte byPackage, byte bySlot, int tid, byte byCount)
{
Instance._gameSession.c2s_SendCmdUseItem(byPackage, bySlot, tid, byCount);
}
}
}