summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-01-28 17:07:19 -0200
committershennetsind <ind@henn.et>2013-01-28 17:07:19 -0200
commitc1e85710adac6f38eacd5b27b2236415abcfc237 (patch)
tree3bf4a195b8f558ff158f5285224a46cf6543ad54 /src
parente9d07bde3a8c742793ef466cf98322c58f86cfc5 (diff)
downloadhercules-c1e85710adac6f38eacd5b27b2236415abcfc237.tar.gz
hercules-c1e85710adac6f38eacd5b27b2236415abcfc237.tar.bz2
hercules-c1e85710adac6f38eacd5b27b2236415abcfc237.tar.xz
hercules-c1e85710adac6f38eacd5b27b2236415abcfc237.zip
Updating clif.c's Header Disclaimer
Also removing something I mistakenly left on my previous commit, I deeply apologise. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 2c1f904d0..3f4ea8bc2 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules dev team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena dev team
#include "../common/cbasetypes.h"
#include "../common/socket.h"
@@ -1043,8 +1044,6 @@ static int clif_set_unit_idle(struct block_list* bl, unsigned char* buffer, bool
}
#endif
#if PACKETVER >= 20110111
- if( sd )
- ShowDebug("Hi:%d v %d for %s\n",vd->robe,sd->status.robe,sd->status.name);
WBUFW(buf,34) = vd->robe;
offset+= 2;
buf = WBUFP(buffer,offset);