mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 05:32:26 +00:00
[Hotfix] Resolve loading of inventory (#3272)
This commit is contained in:
parent
647bcce30b
commit
3af43a8e8d
@ -515,7 +515,8 @@ bool SharedDatabase::GetSharedBank(uint32 id, EQ::InventoryProfile *inv, bool is
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success() || !results.RowCount()) {
|
// If we have no results we still need to return true
|
||||||
|
if (!results.Success()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user