git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11489 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
FlavioJS 2007-10-16 17:39:49 +00:00
parent 7109831b80
commit b445bfa64e

View File

@ -461,7 +461,7 @@ static void script_reportdata(struct script_data* data)
else else
{// ??? {// ???
ShowDebug("Data: reference name='%s' type=%s\n", reference_getname(data), script_op2name(data->type)); ShowDebug("Data: reference name='%s' type=%s\n", reference_getname(data), script_op2name(data->type));
ShowDebug("Please report this!!! - str_data.type=%s\n", script_op2name(str_data[reference_getid(data)].type); ShowDebug("Please report this!!! - str_data.type=%s\n", script_op2name(str_data[reference_getid(data)].type));
} }
break; break;
case C_POS:// label case C_POS:// label