diff options
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index a38faa42b..2c903c390 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/04/16 + * Changed the default setting for emergency_call to 11 (usable all the + time, but only in Gvg Maps) as described by Tharis (skill.conf). [Skotlex] 2007/04/13 * Added some Kiel quest mapflags [Playtester] * Added debug command @displayskill. Should be used only by people diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 32692a859..72ee2901b 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -240,7 +240,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: 31 +emergency_call: 11 // Guild Aura Skills setting (add as appropiate). // (This affects GD_LEADERSHIP, GD_GLORYWOUNDS, GD_SOULCOLD and GD_HAWKEYES) |