|
@@ -14828,6 +14828,7 @@ BUILDIN_FUNC(setcell)
|
|
|
*------------------------------------------*/
|
|
|
BUILDIN_FUNC(mercenary_create)
|
|
|
{
|
|
|
+#ifndef TXT_ONLY
|
|
|
struct map_session_data *sd;
|
|
|
int class_, contract_time;
|
|
|
|
|
@@ -14841,7 +14842,7 @@ BUILDIN_FUNC(mercenary_create)
|
|
|
|
|
|
contract_time = script_getnum(st,3);
|
|
|
merc_create(sd, class_, contract_time);
|
|
|
-
|
|
|
+#endif
|
|
|
return 0;
|
|
|
}
|
|
|
|