summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorprotimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-29 20:57:09 +0000
committerprotimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-29 20:57:09 +0000
commit18536b5d981ef5c4b4a6d0fee590f753d8eb3d7c (patch)
tree8f4b98e10f752fedbd2325128013aa67a12d0a2d /src/map/battle.c
parent171e402edc560d78083e27a8e2ad07c1f7d43427 (diff)
downloadhercules-18536b5d981ef5c4b4a6d0fee590f753d8eb3d7c.tar.gz
hercules-18536b5d981ef5c4b4a6d0fee590f753d8eb3d7c.tar.bz2
hercules-18536b5d981ef5c4b4a6d0fee590f753d8eb3d7c.tar.xz
hercules-18536b5d981ef5c4b4a6d0fee590f753d8eb3d7c.zip
* Updated for Emperium not can be healed by any skills.
* Updated investments formulas of HP and SP according to renewal. - Not yet official, need more informations. - This is a temporary fix necessary for the emperium can be broken. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15321 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index d01b72e84..fdb67ae3e 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -719,6 +719,10 @@ int battle_calc_gvg_damage(struct block_list *src,struct block_list *bl,int dama
switch (skill_num) {
case MO_TRIPLEATTACK:
case HW_GRAVITATION:
+ case AL_HEAL:
+ case PR_SANCTUARY:
+ case BA_APPLEIDUN:
+ case AB_CHEAL:
break;
default:
return 0;