summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-01 22:46:03 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-01 22:46:03 +0000
commitc18d4eaa0335d8c873a87debb8cbd0a60bfcb436 (patch)
tree55547cc3965c75daccc79637cd47f13f197d3f55 /src/map/pc.c
parenteab80afc285eb803d4f48bd2eab9e68b607ad281 (diff)
downloadhercules-c18d4eaa0335d8c873a87debb8cbd0a60bfcb436.tar.gz
hercules-c18d4eaa0335d8c873a87debb8cbd0a60bfcb436.tar.bz2
hercules-c18d4eaa0335d8c873a87debb8cbd0a60bfcb436.tar.xz
hercules-c18d4eaa0335d8c873a87debb8cbd0a60bfcb436.zip
Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until now and those bugs would get lost)
* Fixed monster's Spiral Pierce, now it is always blocked by Pneuma. * Fixed Monk Absorb Spirits mana recovery per spirit absorbed, 7, not 10. * Fixed Monk spirit balls not being removed on death (like happens with gunslingers). * Fixed Swordman Auto-Berserk sp cost, 1, not 5. Should be 0, but eA wont allow the skill to work. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13555 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 00827a055..ee9dc1878 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -5266,7 +5266,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src)
npc_script_event(sd,NPCE_DIE);
- if ( sd && sd->spiritball && (sd->class_&MAPID_BASEMASK)==MAPID_GUNSLINGER ) // maybe also monks' spiritballs ?
+ if ( sd && sd->spiritball ) // maybe also monks' spiritballs ?
pc_delspiritball(sd,sd->spiritball,0);
if (src)