diff options
Diffstat (limited to 'src/map/battleground.h')
-rw-r--r-- | src/map/battleground.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battleground.h b/src/map/battleground.h index b6d95b813..1566e92b8 100644 --- a/src/map/battleground.h +++ b/src/map/battleground.h @@ -29,6 +29,7 @@ struct battleground_member_data { unsigned short x, y; struct map_session_data *sd; unsigned afk : 1; + struct point source;/* where did i come from before i join? */ }; struct battleground_data { |