From d554d61417a6e7f48de96efcc69872e0b7b65da3 Mon Sep 17 00:00:00 2001 From: Michieru Date: Tue, 4 Mar 2014 14:12:57 -0800 Subject: 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. --- src/map/skill.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/skill.c') 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; -- cgit v1.2.3-60-g2f50