🆙 Added the missing pet package for the borderID

This commit is contained in:
duckietm
2026-05-20 11:34:33 +02:00
parent 222e356ff0
commit 9c215bea6b
2 changed files with 2 additions and 0 deletions
@@ -50,6 +50,7 @@ public class RoomUserPetComposer extends MessageComposer {
this.response.appendString(""); this.response.appendString("");
this.response.appendString("unknown"); this.response.appendString("unknown");
this.response.appendInt(0); this.response.appendInt(0);
this.response.appendInt(0);
return this.response; return this.response;
} }
@@ -62,6 +62,7 @@ public class RoomPetComposer extends MessageComposer implements TIntObjectProced
this.response.appendString(""); this.response.appendString("");
this.response.appendString("unknown"); this.response.appendString("unknown");
this.response.appendInt(0); this.response.appendInt(0);
this.response.appendInt(0);
return true; return true;
} }