diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-05 12:01:38 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-05 12:01:38 -0300 |
commit | ebc0cc4695e13570bf9eb525a42eeba820ed34cb (patch) | |
tree | 4ee9b980d2bd7f536fedf59b800510d37bf78a95 /src | |
parent | 88da261c4cf6f984252adb46a1b780a9aeeb8ccc (diff) | |
download | hercules-ebc0cc4695e13570bf9eb525a42eeba820ed34cb.tar.gz hercules-ebc0cc4695e13570bf9eb525a42eeba820ed34cb.tar.bz2 hercules-ebc0cc4695e13570bf9eb525a42eeba820ed34cb.tar.xz hercules-ebc0cc4695e13570bf9eb525a42eeba820ed34cb.zip |
Follow up to da064c030d. Thanks Angelmelody!
Few changes in .gitignore
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src')
-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 1cdb59966..c62791f31 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -13419,6 +13419,7 @@ void clif_parse_GMReqNoChat(int fd,struct map_session_data *sd) if (pc->get_group_level(sd) > 0 || sd->bl.id != id) return; + value = battle_config.client_accept_chatdori; dstsd = sd; } else |