summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-05 12:01:38 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-05 12:01:38 -0300
commitebc0cc4695e13570bf9eb525a42eeba820ed34cb (patch)
tree4ee9b980d2bd7f536fedf59b800510d37bf78a95
parent88da261c4cf6f984252adb46a1b780a9aeeb8ccc (diff)
downloadhercules-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>
-rw-r--r--.gitignore6
-rw-r--r--src/map/clif.c1
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 3671563e0..5cbb4e6cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,13 +60,11 @@
# /src/login/
/src/login/Makefile
-/src/login/obj_txt
/src/login/obj_sql
# /src/map/
/src/map/Makefile
/src/map/obj_sql
-/src/map/obj_txt
/src/map/pcre.h
# /src/test/
@@ -87,10 +85,6 @@
/tools/*.ilk
/tools/*.pdb
-# /plugins/
-/plugins/*.dll
-/plugins/*.pdb
-
# /vcproj-12/
/vcproj-12/map-server
/vcproj-12/char-server
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