Player storeMe method should save items.
Thanks to ver.
This commit is contained in:
@@ -7010,6 +7010,10 @@ public class PlayerInstance extends Playable
|
||||
aVars.storeMe();
|
||||
}
|
||||
|
||||
getInventory().updateDatabase();
|
||||
getWarehouse().updateDatabase();
|
||||
getFreight().updateDatabase();
|
||||
|
||||
if (_spirits != null)
|
||||
{
|
||||
for (ElementalSpirit spirit : _spirits)
|
||||
|
||||
Reference in New Issue
Block a user