Swap saving now works correctly except for cursor items which wont be reloaded correctly as we don't send cursor on login yet. Also added check for bag into another bag src bag needs to have nothing in it first.

This commit is contained in:
KimLS
2015-03-04 19:33:01 -08:00
parent 972d3d8874
commit 9fcdf5367e
10 changed files with 290 additions and 8 deletions
+2
View File
@@ -31,6 +31,7 @@ SET(common_sources
guild_base.cpp
guilds.cpp
inventory.cpp
inventory_db_data_model.cpp
ipc_mutex.cpp
item.cpp
item_container.cpp
@@ -143,6 +144,7 @@ SET(common_headers
guilds.h
inventory.h
inventory_data_model.h
inventory_db_data_model.h
inventory_null_data_model.h
ipc_mutex.h
item.h