summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorMichieru <michieru@0-mail.com>2014-03-04 14:12:57 -0800
committerMichieru <michieru@0-mail.com>2014-03-04 14:12:57 -0800
commitd554d61417a6e7f48de96efcc69872e0b7b65da3 (patch)
treea2ec477e900229cdb43eb8fbb3a79866bde6466b /src/map/skill.c
parent15a4395a2f2de8629a21b08ac6b9ec363ad94de3 (diff)
downloadhercules-d554d61417a6e7f48de96efcc69872e0b7b65da3.tar.gz
hercules-d554d61417a6e7f48de96efcc69872e0b7b65da3.tar.bz2
hercules-d554d61417a6e7f48de96efcc69872e0b7b65da3.tar.xz
hercules-d554d61417a6e7f48de96efcc69872e0b7b65da3.zip
Fix bug 8036
http://hercules.ws/board/tracker/issue-8036-gate-of-hell-over-powered/ Fix bug 7074 http://hercules.ws/board/tracker/issue-7074-suragoh-issues/ Fix bug 6866 http://hercules.ws/board/tracker/issue-6866-gate-of-hell/?gopid=15411#entry15411 Remove cast, after cast and cool down of All Odin Power as aegis info. All Odin Power is now watk and it's show the matk in the status window. http://hercules.ws/board/tracker/issue-7715-odins-power-lvl-2/ Fix Insignia consume the item correctly and can't be cast on Land Protector.
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 9f03fcd20..72b59aab7 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -11005,6 +11005,10 @@ struct skill_unit_group* skill_unitsetting(struct block_list *src, uint16 skill_
val1 = skill_lv + 1;
val2 = 1;
case WM_POEMOFNETHERWORLD: // Can't be placed on top of Land Protector.
+ case SO_WATER_INSIGNIA:
+ case SO_FIRE_INSIGNIA:
+ case SO_WIND_INSIGNIA:
+ case SO_EARTH_INSIGNIA:
if( map->getcell(src->m, x, y, CELL_CHKLANDPROTECTOR) )
return NULL;
break;