summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-29 20:11:12 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-29 20:11:12 +0000
commitc2e9dc776639a58be9c073e4deeabb231d326297 (patch)
treec064989352a43f9ec0dab5e5c2932d580a919d7c /src/map/battle.h
parent04190264ba7007c84a69b21ac65b3779841cc04b (diff)
downloadhercules-c2e9dc776639a58be9c073e4deeabb231d326297.tar.gz
hercules-c2e9dc776639a58be9c073e4deeabb231d326297.tar.bz2
hercules-c2e9dc776639a58be9c073e4deeabb231d326297.tar.xz
hercules-c2e9dc776639a58be9c073e4deeabb231d326297.zip
- Added overflow protection to @main whisper parsing.
- Fixed a bug in slaves_inherit_speed - Miscellanous silly cleanups (format, unnecessary assignments, comments, etc) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9367 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 423591481..6a137a4de 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -355,7 +355,7 @@ extern struct Battle_Config {
unsigned short pk_min_level; // [celest]
unsigned short skill_steal_type; // [celest]
unsigned short skill_steal_rate; // [celest]
- unsigned short skill_steal_max_tries; //max steal skill tries on a mob. if 0 or 256, then w/o limit [Lupus]
+ unsigned short skill_steal_max_tries; //max steal skill tries on a mob. if 0, then w/o limit [Lupus]
unsigned short motd_type; // [celest]
unsigned short finding_ore_rate; // orn
unsigned short exp_calc_type;