diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/map.h b/src/map/map.h index 2eaf4c2c1..266572680 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -794,14 +794,6 @@ struct map_session_data { } mail; }; -struct { - int members_count; - int invites_count; - int max_players_limit; -} duel_list[MAX_DUEL]; - -int duel_count; - struct npc_timerevent_list { int timer,pos; }; |