diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-06 18:28:03 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-06 18:28:03 +0000 |
commit | f52effe3297697259c889f6c0d35e58282553348 (patch) | |
tree | c6b898f572cbbb5c5f6c5962a8b6fd264860c05a /conf-tmpl | |
parent | 537b169ac3999fa1b006af075d7a0ae13e28ec56 (diff) | |
download | hercules-f52effe3297697259c889f6c0d35e58282553348.tar.gz hercules-f52effe3297697259c889f6c0d35e58282553348.tar.bz2 hercules-f52effe3297697259c889f6c0d35e58282553348.tar.xz hercules-f52effe3297697259c889f6c0d35e58282553348.zip |
- Removed gm_all_skill_add_abra which was doing nothing anyway.
- Updated Land Protector to block absolutely every land-based skills with the exception of Encores/Dances.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8948 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/gm.conf | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 2a82f255e..b17b896e6 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added
+2006/10/06
+ * Removed gm_all_skill_add_abra which was doing nothing anyway. [Skotlex]
2006/10/03
* Renamed setting delay_dependon_dex to delay_dependon_agi, the delay of
skills is reduced now (when enabled) by AGI instead of DEX, which makes a
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf index 9f627571c..6cc8a3d93 100644 --- a/conf-tmpl/battle/gm.conf +++ b/conf-tmpl/battle/gm.conf @@ -41,9 +41,6 @@ partial_name_scan: yes // [GM] Can use all skills? (No or mimimum GM level)
gm_all_skill: no
-// [GM] Can use all abracadabra skills? (No minimum GM level)
-gm_all_skill_add_abra: no
-
// [GM] Can equip anything? (No or minimum GM level, can cause client errors.)
gm_all_equipment: no
|