aboutsummaryrefslogtreecommitdiff
path: root/src/game/Bag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Bag.cpp')
-rw-r--r--src/game/Bag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Bag.cpp b/src/game/Bag.cpp
index 37b276cf584..e71bfc02fd0 100644
--- a/src/game/Bag.cpp
+++ b/src/game/Bag.cpp
@@ -108,7 +108,7 @@ void Bag::SaveToDB()
Item::SaveToDB();
}
-bool Bag::LoadFromDB(uint32 guid, uint64 owner_guid, QueryResult *result)
+bool Bag::LoadFromDB(uint32 guid, uint64 owner_guid, QueryResult_AutoPtr result)
{
if(!Item::LoadFromDB(guid, owner_guid, result))
return false;