diff options
author | Mysterious <mysteriousragnarok@hotmail.com> | 2013-02-05 17:08:29 -0800 |
---|---|---|
committer | Mysterious <mysteriousragnarok@hotmail.com> | 2013-02-05 17:08:29 -0800 |
commit | 5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9 (patch) | |
tree | a938a98c1d3b856dd37cc989ac0d39d2de58abe1 /src/map/battle.c | |
parent | 9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9 (diff) | |
parent | 2eb3e450d53a450d2493fae0ede3632802de6dd6 (diff) | |
download | hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.tar.gz hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.tar.bz2 hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.tar.xz hercules-5e76d9a1a0ab36af5d8ad072ea4dcbf6122b0ae9.zip |
Merge pull request #2 from HerculesWS/master
Merging Hercules Commits from Feb 3 - 5 2013.
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 0506f2fe9..f9748833f 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -5868,6 +5868,7 @@ static const struct _battle_data { **/ { "skill_trap_type", &battle_config.skill_trap_type, 0, 0, 1, }, { "item_restricted_consumption_type", &battle_config.item_restricted_consumption_type,1, 0, 1, }, + { "max_walk_path", &battle_config.max_walk_path, 17, 1, MAX_WALKPATH, }, }; #ifndef STATS_OPT_OUT /** |