rewrite ItemNameIndex and index all game text
This commit is contained in:
+1
-1
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user