Removed caching of Attribute values, since this caused problems when storing and deleting database objects. There is an overhead from unpickling every call; hopefully not too bad (and if it is, one needs to use strvalue storage instead).

This commit is contained in:
Griatch 2013-11-12 19:32:24 +01:00
parent 2e2c2fd484
commit 8f914196f4
2 changed files with 26 additions and 11 deletions

View file

@ -2,6 +2,10 @@
Contribution - Griatch 2011
[Note - with the advent of MULTISESSION_MODE=2, this is not really
as necessary anymore - the ooclook and @charcreate commands in that
mode replaces this module with better functionality.]
This is a simple character creation commandset. A suggestion is to
test this together with menu_login, which doesn't create a Character
on its own. This shows some more info and gives the Player the option