diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-10-02 21:39:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-10-02 21:41:55 +0300 |
commit | 2beda93940a7b1d094c2430b19e6c21d8240efa3 (patch) | |
tree | ed16a281eae18d73a2e75a3b3428c79df8fab625 /src/map | |
parent | 87d487d88a2a0f2473d3e404fed15d94db1b62c0 (diff) | |
download | hercules-2beda93940a7b1d094c2430b19e6c21d8240efa3.tar.gz hercules-2beda93940a7b1d094c2430b19e6c21d8240efa3.tar.bz2 hercules-2beda93940a7b1d094c2430b19e6c21d8240efa3.tar.xz hercules-2beda93940a7b1d094c2430b19e6c21d8240efa3.zip |
Add comment about missing option in packet ZC_RESULT_MAKE_GUILD.
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 cf9487fe0..a3650821c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7721,6 +7721,7 @@ static void clif_mvp_noitem(struct map_session_data *sd) /// 1 = "You are already in a Guild." /// 2 = "That Guild Name already exists." /// 3 = "You need the necessary item to create a Guild." +/// 4 = "Can't create a Guild in this area." static void clif_guild_created(struct map_session_data *sd, int flag) { int fd; |