mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-02 07:28:49 +01:00
Update for 2018 release
This commit is contained in:
parent
045e7fa515
commit
51fa6bc2af
12 changed files with 314 additions and 280 deletions
|
|
@ -20,9 +20,9 @@
|
|||
* macro was introduced in pl13. Any future code add-ons could take into
|
||||
* account the version and supply their own definition for the macro if used
|
||||
* on an older version. You are supposed to compare this with the macro
|
||||
* TBAMUD_VERSION() in utils.h.
|
||||
* It is read as Major/Minor/Patchlevel - MMmmPP */
|
||||
#define _TBAMUD 0x030680
|
||||
* TBAMUD_VERSION() in utils.h. Not currently in use.
|
||||
* It is read as Year/Version YYYY.v */
|
||||
#define _TBAMUD 2018.1
|
||||
|
||||
/** If you want equipment to be automatically equipped to the same place
|
||||
* it was when players rented, set the define below to 1 because
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue