mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
commit
8d3253b966
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Typeclass for Account objects
|
|||
Note that this object is primarily intended to
|
||||
store OOC information, not game info! This
|
||||
object represents the actual user (not their
|
||||
character) and has NO actual precence in the
|
||||
character) and has NO actual presence in the
|
||||
game world (this is handled by the associated
|
||||
character object, so you should customize that
|
||||
instead for most things).
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ class Attribute(SharedMemoryModel):
|
|||
# Attribute Database Model setup
|
||||
#
|
||||
# These database fields are all set using their corresponding properties,
|
||||
# named same as the field, but withtout the db_* prefix.
|
||||
# named same as the field, but without the db_* prefix.
|
||||
db_key = models.CharField("key", max_length=255, db_index=True)
|
||||
db_value = PickledObjectField(
|
||||
"value",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue