summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-21 17:05:05 +0000
committerrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-21 17:05:05 +0000
commit5d379983519317865fcc650a254fd314e0a32b38 (patch)
tree9050ae24361e6f616a2a84491a68940c6b474b9a /src/map/status.c
parent52ae0384d046cc52800ba70b36e10b154c5b8e87 (diff)
downloadhercules-5d379983519317865fcc650a254fd314e0a32b38.tar.gz
hercules-5d379983519317865fcc650a254fd314e0a32b38.tar.bz2
hercules-5d379983519317865fcc650a254fd314e0a32b38.tar.xz
hercules-5d379983519317865fcc650a254fd314e0a32b38.zip
Fixed bugreport:5777 WL_DRAINLIFE HP absorption based on damage is now working properly. Thanks to Rytech
Fixed WL_SOULEXPANSION now it should do double damage on White Imprisoned targets and WL_WHITEIMPRISON should not work with bosses. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16137 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index b375a5240..2da269239 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6249,7 +6249,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
case SC_MARSHOFABYSS:
case SC_ADORAMUS:
- // Exploid prevention - kRO Fix
+ // Exploit prevention - kRO Fix
case SC_PYREXIA:
case SC_DEATHHURT:
case SC_TOXIN: