mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
Implement bazaar item identity and offline trading rework
This commit is contained in:
+1
-1
@@ -876,7 +876,7 @@ bool WorldDatabase::GetCharSelInventory(
|
||||
continue;
|
||||
}
|
||||
|
||||
EQ::ItemInstance *inst = content_db.CreateBaseItem(item, e.charges);
|
||||
EQ::ItemInstance *inst = content_db.CreateBaseItem(item, e.charges, e.item_unique_id);
|
||||
|
||||
if (!inst) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user