summaryrefslogtreecommitdiff
path: root/src/char/int_homun.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-30 13:25:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-05 02:02:27 +0300
commit1a8b776d1df017c6f0753af3604337762781e1f6 (patch)
treeacde371841b1cd6d4912e8c9082ff67b2757456c /src/char/int_homun.c
parent34731679071a511deccf310603d0f886cacacb94 (diff)
downloadhercules-1a8b776d1df017c6f0753af3604337762781e1f6.tar.gz
hercules-1a8b776d1df017c6f0753af3604337762781e1f6.tar.bz2
hercules-1a8b776d1df017c6f0753af3604337762781e1f6.tar.xz
hercules-1a8b776d1df017c6f0753af3604337762781e1f6.zip
Remove useless checks from char server.
Diffstat (limited to 'src/char/int_homun.c')
-rw-r--r--src/char/int_homun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/char/int_homun.c b/src/char/int_homun.c
index 2ec589eaf..eda2afe69 100644
--- a/src/char/int_homun.c
+++ b/src/char/int_homun.c
@@ -54,7 +54,6 @@ void mapif_homunculus_deleted(int fd, int flag)
void mapif_homunculus_loaded(int fd, int account_id, struct s_homunculus *hd)
{
- nullpo_retv(hd);
WFIFOHEAD(fd, sizeof(struct s_homunculus)+9);
WFIFOW(fd,0) = 0x3891;
WFIFOW(fd,2) = sizeof(struct s_homunculus)+9;