summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-23 05:15:10 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-23 05:15:10 +0000
commit1b41357533c38140578f2e255e411c360b37afa2 (patch)
tree79f27e11092c44e56718a299ab82631b6715350a /src/map/battle.h
parent30b5d44d52d1f6715c44e6f266a756a59acb2c59 (diff)
downloadhercules-1b41357533c38140578f2e255e411c360b37afa2.tar.gz
hercules-1b41357533c38140578f2e255e411c360b37afa2.tar.bz2
hercules-1b41357533c38140578f2e255e411c360b37afa2.tar.xz
hercules-1b41357533c38140578f2e255e411c360b37afa2.zip
Added finding_ore_rate
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index fb3d3e4e2..bd22b9341 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -355,6 +355,7 @@ extern struct Battle_Config {
int skill_range_leniency; // [celest]
int motd_type; // [celest]
int allow_atcommand_when_mute; // [celest]
+ int finding_ore_rate; // orn
#ifndef TXT_ONLY /* SQL-only options */
int mail_system; // [Valaris]