This commit is contained in:
AkmalFairuz
2025-12-11 22:35:15 +07:00
parent 22be9c8978
commit b6a6cfa98e
2 changed files with 4 additions and 13 deletions

View File

@@ -10,6 +10,9 @@ func EntityDataFlagsLength(protoID int32) int {
if protoID >= ID818 {
return 125
}
if protoID >= ID800 {
return 124
}
if protoID >= ID786 {
return 123
}