Better handle using typeclass-cmd with mismatched db table. Resolve #2350.
This commit is contained in:
parent
e91671c053
commit
5ac69a7b0d
3 changed files with 71 additions and 9 deletions
|
|
@ -78,6 +78,8 @@ Up requirements to Django 3.2+
|
|||
infinite recursion when wanting to set up Script to delete-on-stop.
|
||||
- Command executions now done on copies to make sure `yield` don't cause crossovers. Add
|
||||
`Command.retain_instance` flag for reusing the same command instance.
|
||||
- The `typeclass` command will now correctly search the correct database-table for the target
|
||||
obj (avoids mistakenly assigning an AccountDB-typeclass to a Character etc).
|
||||
|
||||
### Evennia 0.9.5 (2019-2020)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue