- Added 'font' config in atcommand_athena.conf (bugreport:3123)

- Changed some defaults in src to match defaults in config.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13865 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2009-06-08 16:39:54 +00:00
parent 3919db5df2
commit 04789654b8
2 changed files with 17 additions and 14 deletions

View File

@ -144,6 +144,9 @@ homstats: 1,1
// Kill Steal Protection // Kill Steal Protection
noks: 1,1 noks: 1,1
// Set Font
font: 1,1
//--------------------------- //---------------------------
// 10: Super player+ commands // 10: Super player+ commands

View File

@ -8891,10 +8891,10 @@ AtCommandInfo atcommand_info[] = {
{ "homshuffle", 60,60, atcommand_homshuffle }, { "homshuffle", 60,60, atcommand_homshuffle },
{ "showmobs", 10,10, atcommand_showmobs }, { "showmobs", 10,10, atcommand_showmobs },
{ "feelreset", 10,10, atcommand_feelreset }, { "feelreset", 10,10, atcommand_feelreset },
{ "auction", 60,60, atcommand_auction }, { "auction", 1,1, atcommand_auction },
{ "mail", 1,1, atcommand_mail }, { "mail", 1,1, atcommand_mail },
{ "noks", 0,0, atcommand_ksprotection }, { "noks", 1,1, atcommand_ksprotection },
{ "allowks", 6,6, atcommand_allowks }, { "allowks", 40,40, atcommand_allowks },
{ "cash", 60,60, atcommand_cash }, { "cash", 60,60, atcommand_cash },
{ "points", 60,60, atcommand_cash }, { "points", 60,60, atcommand_cash },
{ "agitstart2", 60,60, atcommand_agitstart2 }, { "agitstart2", 60,60, atcommand_agitstart2 },