diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-17 16:15:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-17 16:15:51 +0300 |
commit | 0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe (patch) | |
tree | 7e6205674b8baf6c8f450a747dadb3ac705ab04f /src/emap/struct/itemdext.h | |
parent | 6d6c12a1721f1432cb576606917dc68db2c9708b (diff) | |
download | evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.tar.gz evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.tar.bz2 evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.tar.xz evol-hercules-0e55e85e9e9a6a4028a29e8c214b69cbc3a54ffe.zip |
Add support for insert cards script.
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; |