UPDATE THIS FOR USE YDRASSSIL LEAF AND RESURECCT SKILL ON PVP MVP MAPS
thanks @Tokei for update
diff --git a/src/map/skill.cpp b/src/map/skill.cpp
index b48373392..f19c80142 100755
--- a/src/map/skill.cpp
+++ b/src/map/skill.cpp
@@ -7170,7 +7170,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
break;
}
- if (map_getmapflag(bl->m, MF_PVP) && dstsd && dstsd->pvp_point < 0)
+ if (map_getmapflag(bl->m, MF_PVP) && dstsd && dstsd->pvp_point < 0 && !map_getmapflag(bl->m, MF_MAPMVP))
break;
switch(skill_lv){