broke up dumpInventory into methods, changed it to dumpEntireInventory (dumpInventory now only dumps a small peice)

This commit is contained in:
Arthur Ice
2013-05-21 22:51:35 -07:00
parent e9577db9c2
commit d7546e09ee
4 changed files with 67 additions and 95 deletions
+1 -1
View File
@@ -597,7 +597,7 @@ bool Client::Save(uint8 iCommitNow) {
p_timers.Store(&database);
// printf("Dumping inventory on save:\n");
// m_inv.dumpInventory();
// m_inv.dumpEntireInventory();
SaveTaskState();
if (iCommitNow <= 1) {