diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 03:19:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 03:19:13 -0300 |
commit | d2e764bbf3d44128510d96fb0d90ec600b98da9f (patch) | |
tree | f1814962903ca84318470060ace7fe831402c929 | |
parent | f960d2f69193e5874ae8cb5f27cd8cd826dc1082 (diff) | |
download | serverdata-d2e764bbf3d44128510d96fb0d90ec600b98da9f.tar.gz serverdata-d2e764bbf3d44128510d96fb0d90ec600b98da9f.tar.bz2 serverdata-d2e764bbf3d44128510d96fb0d90ec600b98da9f.tar.xz serverdata-d2e764bbf3d44128510d96fb0d90ec600b98da9f.zip |
Remove can-act failure messages because they are annoying
-rw-r--r-- | conf/map/battle/skill.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index a83c7636f..b973ef0a3 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -193,7 +193,7 @@ land_skill_limit: 9 // 2 - Disable skill-failed messages due to can-act delays. // 4 - Disable failed message from Snatcher // 8 - Disable failed message from Envenom -display_skill_fail: 0 +display_skill_fail: 2 // Can a player in chat room (in-game), be warped by a warp portal? (Note 1) chat_warpportal: false |