Explorar o código

Fixed atcommand system not being case insensitive since r15346, thanks to keikun

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15360 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind %!s(int64=13) %!d(string=hai) anos
pai
achega
6d24c58713
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/atcommand.c

+ 1 - 1
src/map/atcommand.c

@@ -9335,7 +9335,7 @@ void atcommand_doload() {
 	if( atcommand_db != NULL )
 		db_destroy(atcommand_db);
 
-	atcommand_db = strdb_alloc(DB_OPT_DUP_KEY, 0);
+	atcommand_db = stridb_alloc(DB_OPT_DUP_KEY, 0);
 	atcommand_basecommands();//fills initial atcommand_db with known commands
 
 	atcommand_config_read(ATCOMMAND_CONF_FILENAME);