summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c
index ea6c58d2b..afe385e33 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -1633,7 +1633,7 @@ int map_quit(struct map_session_data *sd)
sd->bl.y = pt->y;
sd->mapindex = pt->map;
}
- }
+ }
party_booking_delete(sd); // Party Booking [Spiria]
pc_makesavestatus(sd);
@@ -1784,7 +1784,7 @@ struct mob_data * map_getmob_boss(int m)
{
if( md->bl.m == m )
{
- found = true;
+ found = true;
break;
}
}