fix: update logic hatch pet egg.

This commit is contained in:
Tungdv
2026-02-26 20:22:07 +07:00
parent 708f33bfe4
commit f85f1add54
9 changed files with 103 additions and 6 deletions
@@ -779,6 +779,10 @@ namespace BrewMonster.Network
{
Instance._gameSession.c2s_CmdDebug(icmd, param1);
}
public static void c2s_CmdNPCSevHatchPet(int iIvtrIdx, int idEgg)
{
Instance._gameSession.c2s_SendCmdNPCSevHatchPet(iIvtrIdx, idEgg);
}
}
/// <summary>