diff options
author | n0n4m3 <none@none> | 2010-04-14 12:43:42 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-14 12:43:42 +0400 |
commit | e3e5ca62270f010d5dbc2c160db22cbffa6dc94b (patch) | |
tree | a60290ce37faf031fbe705121e7efa446f77c846 /src/game/Bag.h | |
parent | 61e71986f076f636619380da8e800f084b4465f5 (diff) |
Drop not needed table 'item_text', add new column 'text' in table 'item_instance'. Original patch by Vladimir.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Bag.h')
-rw-r--r-- | src/game/Bag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Bag.h b/src/game/Bag.h index 31bc0d406d1..5bc2480fc47 100644 --- a/src/game/Bag.h +++ b/src/game/Bag.h @@ -55,7 +55,7 @@ class Bag : public Item // overwrite virtual Item::SaveToDB void SaveToDB(); // overwrite virtual Item::LoadFromDB - bool LoadFromDB(uint32 guid, uint64 owner_guid, QueryResult_AutoPtr result = QueryResult_AutoPtr(NULL)); + bool LoadFromDB(uint32 guid, uint64 owner_guid, QueryResult_AutoPtr result); // overwrite virtual Item::DeleteFromDB void DeleteFromDB(); |