summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index af749534d..b6ba70c76 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -451,6 +451,11 @@ struct map_session_data {
unsigned int npc_idle_tick;
#endif
+ /**
+ * Guarantees your friend request is legit (for bugreport:6429)
+ **/
+ int friend_req;
+
// temporary debugging of bug #3504
const char* delunit_prevfile;
int delunit_prevline;