summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 94838f699..2fdc1a9d3 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -1115,13 +1115,6 @@ ACMD_FUNC(heal)
nullpo_retr(-1, sd);
sscanf(message, "%d %d", &hp, &sp);
-
- WFIFOHEAD(fd, 4);
- WFIFOW(fd, 0) = 0x23e;
- WFIFOW(fd, 2) = hp;
- WFIFOSET(fd, 4);
- ShowDebug("Sending~! %d\n",hp);
-
// some overflow checks
if( hp == INT_MIN ) hp++;