summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-02 17:50:15 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-02 17:50:15 +0000
commit665680682b57d01415afb478b67d0c7c61d21119 (patch)
tree775245f9ea473abcac9d4c29c77c69daa1061345 /src/map/battle.h
parent493fb3cce76b9b659010b8aeee07916de85cdd5b (diff)
downloadhercules-665680682b57d01415afb478b67d0c7c61d21119.tar.gz
hercules-665680682b57d01415afb478b67d0c7c61d21119.tar.bz2
hercules-665680682b57d01415afb478b67d0c7c61d21119.tar.xz
hercules-665680682b57d01415afb478b67d0c7c61d21119.zip
* Added motd_type
* Edited atcommand.c to fix compile warnings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@436 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 b0f6c523d..32dabb53e 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -341,6 +341,7 @@ extern struct Battle_Config {
int skill_steal_rate; // [celest]
int night_darkness_level; // [celest]
int skill_range_leniency; // [celest]
+ int motd_type; // [celest]
#ifndef TXT_ONLY /* SQL-only options */
int mail_system; // [Valaris]