diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/battle.conf | 2 | ||||
-rw-r--r-- | conf/battle/feature.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf index 5b72f5ff9..29aa803a0 100644 --- a/conf/battle/battle.conf +++ b/conf/battle/battle.conf @@ -99,7 +99,7 @@ vit_penalty_num: 5 // eg: 10 + 50 def becomes 0 + (10*type + 50) weapon_defense_type: 0 -//MDEF‚same as above....(MDEF*value) +// MDEF, same as above....(MDEF*value) magic_defense_type: 0 // Change attacker's direction to face opponent on every attack? (Note 3) diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf index 37b05c657..161ea324d 100644 --- a/conf/battle/feature.conf +++ b/conf/battle/feature.conf @@ -26,4 +26,4 @@ feature.banking: on // Auction (Note 1) // Feature became unstable on clients 2012 onwards (exact date not known), // it has been fixed on clients 2013-05-15 onwards however. -feature.auction: off
\ No newline at end of file +feature.auction: off |