Issue information

Issue ID
#7194
Status
Fixed
Severity
None
Started
Jeffery
Apr 27, 2013 13:27
Last Post
Ind
Apr 27, 2013 17:28
Confirmation
N/A

Jeffery - Apr 27, 2013 13:27

in following functions:[code=auto:0]clif_set_unit_idle clif_spawn_unit clif_set_unit_walking[/code]

Wrong Code:
[code=auto:0]int g_id = status_get_emblem_id(bl);[/code]
It should be
[code=auto:0]int g_id = status_get_guild_id(bl);[/code]



This bug will make some clients can't receive the correct guild_id,
and will lead to unable to get the guild emblem info.

This post has been edited by Jeffery on Apr 27, 2013 13:28

Ind - Apr 27, 2013 17:28

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/ad51ea46af4590c7ca51fd55cf63f75de9dc67dc"]https://github.com/HerculesWS/Hercules/commit/ad51ea46af4590c7ca51fd55cf63f75de9dc67dc[/url]
Thank you very much