diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 16:39:54 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-08 16:39:54 +0000 |
commit | 5defa49ae0fcc5713ec20a062cb6d070359dca95 (patch) | |
tree | 3381038496e5b43f5795343d3f01f1161985fda3 /src | |
parent | 180b108a346de47dfe7b386378479e240eb0a4f4 (diff) | |
download | hercules-5defa49ae0fcc5713ec20a062cb6d070359dca95.tar.gz hercules-5defa49ae0fcc5713ec20a062cb6d070359dca95.tar.bz2 hercules-5defa49ae0fcc5713ec20a062cb6d070359dca95.tar.xz hercules-5defa49ae0fcc5713ec20a062cb6d070359dca95.zip |
- Added 'font' config in atcommand_athena.conf (bugreport:3123)
- Changed some defaults in src to match defaults in config.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13865 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/map/atcommand.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index a7334130f..54e826913 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8891,23 +8891,23 @@ AtCommandInfo atcommand_info[] = { { "homshuffle", 60,60, atcommand_homshuffle }, { "showmobs", 10,10, atcommand_showmobs }, { "feelreset", 10,10, atcommand_feelreset }, - { "auction", 60,60, atcommand_auction }, + { "auction", 1,1, atcommand_auction }, { "mail", 1,1, atcommand_mail }, - { "noks", 0,0, atcommand_ksprotection }, - { "allowks", 6,6, atcommand_allowks }, + { "noks", 1,1, atcommand_ksprotection }, + { "allowks", 40,40, atcommand_allowks }, { "cash", 60,60, atcommand_cash }, { "points", 60,60, atcommand_cash }, - { "agitstart2", 60,60, atcommand_agitstart2 }, - { "agitend2", 60,60, atcommand_agitend2 }, - { "skreset", 60,60, atcommand_resetskill }, - { "streset", 60,60, atcommand_resetstat }, - { "storagelist", 40,40, atcommand_storagelist }, - { "cartlist", 40,40, atcommand_cart_list }, - { "itemlist", 40,40, atcommand_itemlist }, - { "stats", 40,40, atcommand_stats }, - { "delitem", 60,60, atcommand_delitem }, - { "charcommands", 1,1, atcommand_commands }, - { "font", 1,1, atcommand_font }, + { "agitstart2", 60,60, atcommand_agitstart2 }, + { "agitend2", 60,60, atcommand_agitend2 }, + { "skreset", 60,60, atcommand_resetskill }, + { "streset", 60,60, atcommand_resetstat }, + { "storagelist", 40,40, atcommand_storagelist }, + { "cartlist", 40,40, atcommand_cart_list }, + { "itemlist", 40,40, atcommand_itemlist }, + { "stats", 40,40, atcommand_stats }, + { "delitem", 60,60, atcommand_delitem }, + { "charcommands", 1,1, atcommand_commands }, + { "font", 1,1, atcommand_font }, }; |