Explorar el Código

ooops, two errors escaped... >.<

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11861 54d463be-8e91-2dee-dedb-b68131a5f0ec
FlavioJS hace 17 años
padre
commit
43ac1fd8ad
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/map/script.c

+ 2 - 2
src/map/script.c

@@ -7152,7 +7152,7 @@ BUILDIN_FUNC(gettimestr)
  *------------------------------------------*/
 BUILDIN_FUNC(openstorage)
 {
-	TB_PC* sd;
+	TBL_PC* sd;
 
 	sd = script_rid2sd(st);
 	if( sd == NULL )
@@ -7244,7 +7244,7 @@ BUILDIN_FUNC(makepet)
  *------------------------------------------*/
 BUILDIN_FUNC(getexp)
 {
-	TBL_PC* sd;;
+	TBL_PC* sd;
 	int base=0,job=0;
 	double bonus;