mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-25 05:36:33 +01:00
Fix item respawning issue
This commit is contained in:
parent
c177ec2f95
commit
3fd48b60f6
5 changed files with 46 additions and 25 deletions
|
|
@ -213,6 +213,7 @@
|
|||
#define PLR_BUG 17 /**< Player is writing a bug */
|
||||
#define PLR_IDEA 18 /**< Player is writing an idea */
|
||||
#define PLR_TYPO 19 /**< Player is writing a typo */
|
||||
#define PLR_QUITING 20 /**< Player is quitting cleanly */
|
||||
|
||||
/* Mobile flags: used by char_data.char_specials.act */
|
||||
#define MOB_SPEC 0 /**< Mob has a callable spec-proc */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue