Skip to content

fix(proto): resolve duplicate field tags in mapdb.proto WorldObjectDef#8028

Merged
h0lybyte merged 1 commit intodevfrom
trunk/mapdb-proto-fix-1773575319
Mar 15, 2026
Merged

fix(proto): resolve duplicate field tags in mapdb.proto WorldObjectDef#8028
h0lybyte merged 1 commit intodevfrom
trunk/mapdb-proto-fix-1773575319

Conversation

@h0lybyte
Copy link
Member

Summary

  • Fix duplicate protobuf field tags in WorldObjectDef message
  • credits (tag 37) and drafted (tag 38) collided with resource_type and container_type
  • Reassigned to tags 40 and 41
  • This was blocking astro-kbve:protoastro-kbve:buildaxum-kbve-e2e

Test plan

  • buf generate succeeds without tag collision errors
  • axum-kbve-e2e e2e passes

Fields credits and drafted had tags 37/38 which collided with
resource_type and container_type. Reassign to 40/41.
@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@h0lybyte h0lybyte merged commit 3d61dff into dev Mar 15, 2026
4 checks passed
@h0lybyte h0lybyte deleted the trunk/mapdb-proto-fix-1773575319 branch March 15, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant