diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 1c9eee4fb..553675939 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -12069,6 +12069,9 @@ void clif_parse_Adopt_reply(int fd, struct map_session_data *sd) sd->adopt_invite = 0; + if( !p1_sd ) + return; // Parent is not online + if( pid != p1_sd->status.account_id || !result ) return; // Not the same sender | Reply No |