Explorar el Código

update

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@836 54d463be-8e91-2dee-dedb-b68131a5f0ec
amber hace 20 años
padre
commit
9f6762ba55
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      Changelog.txt
  2. 1 1
      src/map/atcommand.c

+ 1 - 0
Changelog.txt

@@ -1,5 +1,6 @@
 Date	Added
 12/27
+	* Fixed a compile error in @mobsearch (SVN 836) [MouseJstr]
         * Updated 1206's packet fuctions in clif.c [celest]
         * Updated the new guild skills - cannot be reused within 5 minutes of 
           activating it [celest]

+ 1 - 1
src/map/atcommand.c

@@ -829,7 +829,7 @@ static int atmobsearch_sub(struct block_list *bl,va_list ap)
 		return 0;
 	}
 	mob_id = va_arg(ap,int);
-	fd = va_arg(ap,const int);
+	fd = va_arg(ap,int);
 	
 	md = (struct mob_data *)bl;