add ability to delay $item until next drop on proxy

This commit is contained in:
Martin Michelsen
2026-01-01 10:55:45 -08:00
parent 227e88f906
commit cac61e6763
3 changed files with 33 additions and 6 deletions
+1
View File
@@ -58,6 +58,7 @@ struct ProxySession {
// Note: We intentionally don't use the client's item ID space because the client may create items at the same time
// as the proxy, so server/client state could go out of sync
uint32_t next_item_id = 0x44000000;
ItemData next_drop_item;
struct PersistentConfig {
uint32_t account_id;