diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-05 23:07:54 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-05 23:07:54 +0000 |
commit | 17d28505138496a82a741431f1cb320279dc679d (patch) | |
tree | d61a3b2e57359458ed8c7a6e012a3ddafe73a89c /src/map/battle.h | |
parent | c1c2ee30da1237a04ad57d932b42706884135401 (diff) | |
download | hercules-17d28505138496a82a741431f1cb320279dc679d.tar.gz hercules-17d28505138496a82a741431f1cb320279dc679d.tar.bz2 hercules-17d28505138496a82a741431f1cb320279dc679d.tar.xz hercules-17d28505138496a82a741431f1cb320279dc679d.zip |
added new anti-hacker system in trade.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1204 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 95d809b3a..150e08f41 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -285,10 +285,11 @@ extern struct Battle_Config { int day_duration; // added by [Yor] int night_duration; // added by [Yor] int ban_spoof_namer; // added by [Yor] + int ban_hack_trade; // added by [Yor] int hack_info_GM_level; // added by [Yor] int any_warp_GM_min_level; // added by [Yor] int packet_ver_flag; // added by [Yor] - int muting_players; // added by [Apple] + int muting_players; // added by [PoW] int min_hair_style; // added by [MouseJstr] int max_hair_style; // added by [MouseJstr] |