diff --git a/src/map/pc.h b/src/map/pc.h index 245ecd686f..fd04591193 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -348,6 +348,11 @@ struct map_session_data { int index, amount, zeny; struct mail_data inbox; } mail; + + // temporary debug [flaviojs] + const char* debug_file; + int debug_line; + const char* debug_func; };