summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-23 16:32:45 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-23 16:32:45 +0000
commit9e76b6474486bb97e4acf0dae0c1c8311d7544d5 (patch)
treec5449946aaa7cd4909781a507ced107f93009a55 /src/map/status.c
parenta050a1a8a1bb9e5a61a3b9ac60e1e688e98c4ea3 (diff)
downloadhercules-9e76b6474486bb97e4acf0dae0c1c8311d7544d5.tar.gz
hercules-9e76b6474486bb97e4acf0dae0c1c8311d7544d5.tar.bz2
hercules-9e76b6474486bb97e4acf0dae0c1c8311d7544d5.tar.xz
hercules-9e76b6474486bb97e4acf0dae0c1c8311d7544d5.zip
- Fixed horrible handling of skill_abra_db which leads to memory corruption (depending on the contents of yor abra_db.txt file)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11970 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 1c51ab444..4d36ddec3 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6622,7 +6622,6 @@ int kaahi_heal_timer(int tid, unsigned int tick, int id, int data)
struct status_data *status;
int hp;
- ;
if(!((bl=map_id2bl(id))&&
(sc=status_get_sc(bl)) &&
(sce = sc->data[SC_KAAHI])))