prepare for model

This commit is contained in:
VDH
2025-09-09 10:35:36 +07:00
parent f1ca00030d
commit e9d6046565
7 changed files with 250 additions and 9 deletions
@@ -22,7 +22,7 @@ namespace PerfectWorld.Scripts.Managers
{
case int value when value == EC_MsgDef.MSG_PM_PLAYERINFO:
{
OnMsgPlayerInfo(Msg);
OnMsgPlayerInfo(Msg);
break;
}
}