summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster/query/rst_update.erl')
-rw-r--r-- | src/roster/query/rst_update.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster/query/rst_update.erl b/src/roster/query/rst_update.erl index 933c52c..c11e0a6 100644 --- a/src/roster/query/rst_update.erl +++ b/src/roster/query/rst_update.erl @@ -88,7 +88,7 @@ fetch_data (Player, Input) -> ), % Inventory = shr_timed_cache:fetch(inventory_db, PlayerID, InventoryID), - Inventory = shr_inventory:new(PlayerID), + Inventory = shr_inventory:default(), #query_state { |