summaryrefslogtreecommitdiff
path: root/conf/battle/client.conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-17 17:22:22 -0200
committershennetsind <ind@henn.et>2013-11-17 17:22:22 -0200
commit0839d5126e62ba9ad0ddf4fe8b548483fbb1c746 (patch)
tree8faab240afca8ea4a1cc0eaa4a599b59f5a65b6f /conf/battle/client.conf
parent14be5d4d9d79e57e1db3f1e251c7036f8bbe984a (diff)
parente095650d437c81e6ae90a99a3cd1bb0c8c6eba38 (diff)
downloadhercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.tar.gz
hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.tar.bz2
hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.tar.xz
hercules-0839d5126e62ba9ad0ddf4fe8b548483fbb1c746.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r--conf/battle/client.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf
index eae8aad3b..069dea1a5 100644
--- a/conf/battle/client.conf
+++ b/conf/battle/client.conf
@@ -118,3 +118,11 @@ client_sort_storage: no
// because the client sees multiple commands in succession as spam.
// Default: 0 (means disabled)
client_accept_chatdori: 0
+
+// Limits use of blank (transparent) pixels in guild emblems to a set
+// percentage of the total.
+// Official servers do not enforce this technically to date, but some disallow
+// use of blank emblems in their rules. (Note 2)
+// A value of 100 (allowing 100% blank pixels) disables this check.
+// NOTE: Enabling this option slightly degrades performance.
+client_emblem_max_blank_percent: 100