diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2020-05-31 15:24:13 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-06-28 19:29:47 +0200 |
commit | 8f32cfd4efb6892f7647f9bb3173ffb43c94ba94 (patch) | |
tree | 043385dbdbe055791297b9d96c40b332b0a456b5 /conf | |
parent | a6d5893396ce96926b98ffd1cfe4d2a1f205fc0d (diff) | |
download | hercules-8f32cfd4efb6892f7647f9bb3173ffb43c94ba94.tar.gz hercules-8f32cfd4efb6892f7647f9bb3173ffb43c94ba94.tar.bz2 hercules-8f32cfd4efb6892f7647f9bb3173ffb43c94ba94.tar.xz hercules-8f32cfd4efb6892f7647f9bb3173ffb43c94ba94.zip |
Storage now closes when using teleport skill.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/skill.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index fe9ca638a..080ca6517 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -355,3 +355,8 @@ magicrod_type: 0 // Official RE: 0 (Default value.) // Official Pre-RE: 1 skill_enabled_npc: 0 + +// Close the storage/gstorage when teleported? (Note 1) +// true : (Official) +// false : (Athena) +teleport_close_storage: true |