From 9b326bb528b9b2cf6b34e1621bc88e8607f72ace Mon Sep 17 00:00:00 2001 From: Ancyker Date: Mon, 22 Jun 2015 09:43:24 -0400 Subject: Fixing party creation failure condition mapif_party_created was incorrectly checking for a null pointer --- src/char/int_party.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/char') diff --git a/src/char/int_party.c b/src/char/int_party.c index 71f2817b4..3b857318c 100644 --- a/src/char/int_party.c +++ b/src/char/int_party.c @@ -323,7 +323,6 @@ int inter_party_check_empty(struct party_data *p) // Create a party whether or not int mapif_party_created(int fd, int account_id, int char_id, struct party *p) { - nullpo_ret(p); WFIFOHEAD(fd, 39); WFIFOW(fd,0)=0x3820; WFIFOL(fd,2)=account_id; -- cgit v1.2.3-60-g2f50