summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 5e8ef2367..5d6a828d3 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -11160,7 +11160,7 @@ void clif_parse_GuildChangeEmblem(int fd,struct map_session_data *sd)
return;
}
- guild_change_emblem(sd, emblem_len, emblem);
+ guild_change_emblem(sd, emblem_len, (const char*)emblem);
}
/*==========================================