summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-06-16 15:46:00 +0000
committerFate <fate-tmw@googlemail.com>2009-06-16 15:46:00 +0000
commitc8c6e7b34cb983054ddc5ed73f5239d6b728af11 (patch)
tree299ad4a17f4698fcf84353569c0724e6394c758f /src/map/clif.c
parent62e46b2c2394ba222d90227ee581ed877a4582c0 (diff)
downloadtmwa-c8c6e7b34cb983054ddc5ed73f5239d6b728af11.tar.gz
tmwa-c8c6e7b34cb983054ddc5ed73f5239d6b728af11.tar.bz2
tmwa-c8c6e7b34cb983054ddc5ed73f5239d6b728af11.tar.xz
tmwa-c8c6e7b34cb983054ddc5ed73f5239d6b728af11.zip
Removed unnecessary am-healing flag, incorporated healing packets with regular opt status flags. This, together with the clientdata update, should fix the stuck healing state.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 8461139..ec7e586 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -6413,16 +6413,6 @@ void clif_parse_GetCharNameRequest(int fd, struct map_session_data *sd) {
}
}
WFIFOSET(fd,packet_len_table[0x95]);
- if (ssd->special_state.heal_effect)
- {
- nullpo_retv(bl);
-
- WFIFOW(fd,0)=0x0196;
- WFIFOW(fd,2)=SC_HEALING;
- WFIFOL(fd,4)=account_id;
- WFIFOB(fd,8)=1;
- WFIFOSET(fd,packet_len_table[0x196]);
- }
}
break;
case BL_NPC: