summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-15 00:11:16 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-15 00:11:16 +0000
commit4964f9b5095740a8f076502cfd533439a2cf5965 (patch)
tree2eb5831472d78eb809d0a36b7cfcf0f4c5bba778 /src/map/battle.h
parenta8c1888d6967c01171d73586b2a5124ecb7453ae (diff)
downloadhercules-4964f9b5095740a8f076502cfd533439a2cf5965.tar.gz
hercules-4964f9b5095740a8f076502cfd533439a2cf5965.tar.bz2
hercules-4964f9b5095740a8f076502cfd533439a2cf5965.tar.xz
hercules-4964f9b5095740a8f076502cfd533439a2cf5965.zip
* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the threshold. (bugreport:2051)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13077 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 921d5f81d..50d780bae 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -328,7 +328,7 @@ extern struct Battle_Config
int disp_hpmeter;
int bone_drop;
int buyer_name;
- int gm_cant_party_max_lv;
+ int gm_cant_party_min_lv;
int gm_can_party; // [SketchyPhoenix]
// eAthena additions