Change custom_gametime contrib to start days/weeks/months from 1 instead of from 0. Resolve #1753
This commit is contained in:
parent
58f86fd3d7
commit
2df0b9c943
4 changed files with 34 additions and 8 deletions
|
|
@ -116,6 +116,8 @@ Up requirements to Django 3.2+, Twisted 21+
|
|||
with other handlers.
|
||||
- Make `DefaultScript.delete`, `DefaultChannel.delete` and `DefaultAccount.delete` return
|
||||
bool True/False if deletion was successful (like `DefaultObject.delete` before them)
|
||||
- `contrib.custom_gametime` days/weeks/months now always starts from 1 (to match
|
||||
the standard calendar form ... there is no month 0 every year after all).
|
||||
|
||||
### Evennia 0.9.5 (2019-2020)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue