From b52b15589ccf98ed496344da4f2d976d8fd2f660 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 31 Mar 2013 10:43:36 -0300 Subject: whoop. deleting debug leftover Special Thanks to malufett's hawk eyes <3 Signed-off-by: shennetsind --- src/map/atcommand.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/map/atcommand.c') 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++; -- cgit v1.2.3-70-g09d2