git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@836 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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]
@@ -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;