summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-05-11 12:53:11 +0200
committerDennis Friis <peavey@inspircd.org>2009-05-11 12:53:11 +0200
commit83f5b8b2e1cabe9e1871be381dd424f19b433eb1 (patch)
treebc3e76cc024c46d136a2d842313ee140a5130e6b /src
parentcf4c883cd7529810bece6cb0037c9f82a1527d8f (diff)
downloadtmwa-83f5b8b2e1cabe9e1871be381dd424f19b433eb1.tar.gz
tmwa-83f5b8b2e1cabe9e1871be381dd424f19b433eb1.tar.bz2
tmwa-83f5b8b2e1cabe9e1871be381dd424f19b433eb1.tar.xz
tmwa-83f5b8b2e1cabe9e1871be381dd424f19b433eb1.zip
Comment out healing effect until it can be fixed.
Diffstat (limited to 'src')
-rw-r--r--src/map/pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 489290a..86e1c94 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -5469,7 +5469,7 @@ int pc_itemheal(struct map_session_data *sd,int hp,int sp)
pc_heal_quick_accumulate(hp,
&sd->quick_regeneration_hp,
sd->status.max_hp - sd->status.hp);
- clif_status_change(&sd->bl, SC_HEALING, 1);
+ //clif_status_change(&sd->bl, SC_HEALING, 1);
hp = 0;
}
if (sp > 0) {
@@ -7095,7 +7095,7 @@ static int pc_natural_heal_sub(struct map_session_data *sd,va_list ap) {
pc_itemheal_effect(sd, hp_bonus, sp_bonus);
} else if (!sd->quick_regeneration_hp.amount) {
- clif_status_change(&sd->bl, SC_HEALING, 0);
+ //clif_status_change(&sd->bl, SC_HEALING, 0);
}
// -- moonsoul (if conditions below altered to disallow natural healing if under berserk status)