diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-27 00:41:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-27 00:41:33 -0300 |
commit | 91907c8524bf6daea70b247afa689dc6adcf052d (patch) | |
tree | a09b7c3798c5d4781a6d5e614dc842535d7aec7d /conf | |
parent | 8b38f9fe97a7f2c381d55f450126bd07e76f366f (diff) | |
download | serverdata-91907c8524bf6daea70b247afa689dc6adcf052d.tar.gz serverdata-91907c8524bf6daea70b247afa689dc6adcf052d.tar.bz2 serverdata-91907c8524bf6daea70b247afa689dc6adcf052d.tar.xz serverdata-91907c8524bf6daea70b247afa689dc6adcf052d.zip |
Minor guild related change for future implementation of guild skills.
IIRC, only Guild Master may learn and use Guild Skills.
Note Guild Skills never work on Guild Master. Current setting: work anywhere.
Diffstat (limited to 'conf')
-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 2713cb79e..038ec528d 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -251,7 +251,7 @@ max_heal_lv: 11 // 8: Skill is usable on GvG grounds //16: Disable skill from "nowarpto" maps // (it will work on GVG castles even if they are set to nowarpto, though) -emergency_call: 11 +emergency_call: 27 // Guild Aura Skills setting (add as appropriate). // (This affects GD_LEADERSHIP, GD_GLORYWOUNDS, GD_SOULCOLD and GD_HAWKEYES) |