summaryrefslogtreecommitdiff
path: root/src/map/pc_groups.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-09 02:29:19 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:48:05 -0400
commit7cd32c8383ce1318932739c7d49fe8c935d0fb8e (patch)
tree8b3a7e5e8c6e6b0d5dbb424c8b07466d1336b0cf /src/map/pc_groups.h
parentab6c3502e63ff89f6acb5731274bdf305d6ae04a (diff)
downloadhercules-7cd32c8383ce1318932739c7d49fe8c935d0fb8e.tar.gz
hercules-7cd32c8383ce1318932739c7d49fe8c935d0fb8e.tar.bz2
hercules-7cd32c8383ce1318932739c7d49fe8c935d0fb8e.tar.xz
hercules-7cd32c8383ce1318932739c7d49fe8c935d0fb8e.zip
Fixed group cache bug
Special Thanks to Xgear~! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc_groups.h')
-rw-r--r--src/map/pc_groups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc_groups.h b/src/map/pc_groups.h
index 26cd8f39f..0ce7b0d51 100644
--- a/src/map/pc_groups.h
+++ b/src/map/pc_groups.h
@@ -15,6 +15,7 @@ bool pc_group_has_permission(int group_id, int permission);
bool pc_group_should_log_commands(int group_id);
const char* pc_group_id2name(int group_id);
int pc_group_id2level(int group_id);
+int pc_group_id2idx(int group_id);
void pc_group_pc_load(struct map_session_data *);
void do_init_pc_groups(void);