Skip to content

Commit

Permalink
Fixing party creation failure condition
Browse files Browse the repository at this point in the history
mapif_party_created was incorrectly checking for a null pointer
  • Loading branch information
Ancyker committed Jun 22, 2015
1 parent dab99bd commit 9b326bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/char/int_party.c
Expand Up @@ -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;
Expand Down

0 comments on commit 9b326bb

Please sign in to comment.