diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index fb0756c65..a8e24d7fe 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -546,6 +546,9 @@ struct homunculus_db; //[orn] struct item_data; struct square; +// The player performed a suspicious action (not used right now) [FlavioJS] +#define LOG_SUSPICIOUS(sd,msg) + struct map_session_data { struct block_list bl; struct unit_data ud; |