Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379.

This commit is contained in:
Griatch 2022-01-09 01:49:58 +01:00
parent 7b014f0fa0
commit 97009037a5
2 changed files with 34 additions and 2 deletions

View file

@ -136,10 +136,12 @@ Up requirements to Django 3.2+, Twisted 21+
with a category (before only key was used, ignoring category entirely).
- Move `create_*` functions into db managers, leaving `utils.create` only being
wrapper functions (consistent with `utils.search`). No change of api otherwise.
- Add support for `$dbref()` and `$search` when assigning an Attribute value
with the `set` command. This allows assigning real objects from in-game.
### Evennia 0.9.5 (2019-2020)
Released 2020-11-14.
A transitional release, including new doc system.