summaryrefslogtreecommitdiff
path: root/src/map/log.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-19 18:00:11 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-19 18:00:11 +0000
commit5f8004ef09b91a6f5e814e55de1d842626de8c97 (patch)
tree5f1dd442db71bc716227a3f232174063c6012915 /src/map/log.c
parent56cff3487e8605b94776c21860ed61ee30de01fc (diff)
downloadhercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.gz
hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.bz2
hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.tar.xz
hercules-5f8004ef09b91a6f5e814e55de1d842626de8c97.zip
- Reverted the dup-label check code since it has a bug that needs to be fixed first (it fails to recognize const.txt values)
- Reverted clif_skill_damage receiving the blewcount value since the whole code update that was involved didn't help any anyway. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9675 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.c')
-rw-r--r--src/map/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/log.c b/src/map/log.c
index de7410011..9c937401f 100644
--- a/src/map/log.c
+++ b/src/map/log.c
@@ -9,7 +9,6 @@
#include "../common/strlib.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
-#include "../common/malloc.h"
#include "itemdb.h"
#include "map.h"
#include "log.h"