📛 Add remove badge from Inventory

This commit is contained in:
duckietm
2026-02-19 14:46:48 +01:00
parent 5adb99c4d1
commit e8d9b2ecf0
4 changed files with 27 additions and 1 deletions
@@ -475,4 +475,5 @@ export class OutgoingHeader
public static FURNITURE_PICKUP_ALL = 10017;
public static DELETE_ITEM = 10018;
public static DELETE_PET = 10030;
public static DELETE_BADGE = 10031;
}