summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-07 21:07:31 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-07 21:07:31 +0000
commit75e25456f77add4d6b38980f43fa1d0fca060d50 (patch)
tree3e14fe99f8ac51e2be510dede70c42b11bd0adab /src/map/battle.h
parent67402d4edc42f520f50ecd87f4d34073e465251c (diff)
downloadhercules-75e25456f77add4d6b38980f43fa1d0fca060d50.tar.gz
hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.tar.bz2
hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.tar.xz
hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.zip
* Added another GM trust config for party invitations (bugreport:2004)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13051 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index cb3b0f265..921d5f81d 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -328,6 +328,8 @@ extern struct Battle_Config
int disp_hpmeter;
int bone_drop;
int buyer_name;
+ int gm_cant_party_max_lv;
+ int gm_can_party; // [SketchyPhoenix]
// eAthena additions
int night_at_start; // added by [Yor]