alpelo object system backport test commit

This commit is contained in:
wish
2025-10-05 16:19:34 +11:00
parent c4ec2efde5
commit ce364720de

View File

@@ -12,7 +12,7 @@ func handleMsgSysCreateObject(s *Session, p mhfpacket.MHFPacket) {
s.stage.Lock()
newObj := &Object{
id: s.NextObjectID(),
id: s.getObjectId(),
ownerCharID: s.charID,
x: pkt.X,
y: pkt.Y,