rewrite ItemNameIndex and index all game text

This commit is contained in:
Martin Michelsen
2023-12-31 21:24:12 -08:00
parent ac39db2f36
commit a24d0ad703
110 changed files with 1176 additions and 795 deletions
+1 -1
View File
@@ -806,7 +806,7 @@ Proxy session commands:\n\
}
auto s = ses->require_server_state();
ItemData item = s->item_name_index->parse_item_description(ses->version(), command_args);
ItemData item = s->parse_item_description(ses->version(), command_args);
item.id = random_object<uint32_t>() | 0x80000000;
if (command_name == "set-next-item") {