Skip to content

Commit

Permalink
Fixed 'wrong' mapname in party info window when member is in instance.
Browse files Browse the repository at this point in the history
... I think I saw the report somewhere ...

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
  • Loading branch information
cydh committed Mar 15, 2015
1 parent d92a8df commit 17ffda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/map.c
Expand Up @@ -2365,6 +2365,7 @@ int map_addinstancemap(const char *name, int id)

map[dst_m].m = dst_m;
map[dst_m].instance_id = id;
map[dst_m].instance_src_map = src_m;
map[dst_m].users = 0;

memset(map[dst_m].npc, 0, sizeof(map[dst_m].npc));
Expand Down

1 comment on commit 17ffda6

@julia40124009
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.