diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index c7bbd30af..a3f7031e9 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -4378,6 +4378,7 @@ void clif_getareachar_skillunit(struct block_list *bl, struct skill_unit *su, en struct packet_skill_entry p; nullpo_retv(bl); nullpo_retv(su); + nullpo_retv(su->group); if( su->group->state.guildaura ) return; |