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 /src/map/battle.c | |
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 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 9336adb6c..16187cc46 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3494,7 +3494,6 @@ static const struct battle_data_short { { "atcommand_slave_clone_limit", &battle_config.atc_slave_clone_limit}, { "partial_name_scan", &battle_config.partial_name_scan }, { "gm_all_skill", &battle_config.gm_allskill }, - { "gm_all_skill_add_abra", &battle_config.gm_allskill_addabra }, { "gm_all_equipment", &battle_config.gm_allequip }, { "gm_skill_unconditional", &battle_config.gm_skilluncond }, { "gm_join_chat", &battle_config.gm_join_chat }, |