diff options
Diffstat (limited to 'src/emap/struct/itemdext.h')
-rw-r--r-- | src/emap/struct/itemdext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h index 8ce5997..5fd7159 100644 --- a/src/emap/struct/itemdext.h +++ b/src/emap/struct/itemdext.h @@ -36,6 +36,7 @@ struct ItemdExt struct ItemCardExt allowedCards[100]; struct script_code *dropScript; struct script_code *takeScript; + struct script_code *insertScript; bool allowPickup; bool charmItem; |