diff options
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 25a314d75..ec4d58432 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -142,7 +142,7 @@ struct item_drop { }; struct item_drop_list { int m, x, y; // coordinates - struct map_session_data *first_sd, *second_sd, *third_sd; // sd's of players with higher pickup priority + int first_id, second_id, third_id; // id's of players with higher pickup priority struct item_drop* item; // linked list of drops }; |