summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-11 20:33:19 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-11 20:33:19 +0000
commit62625eb5d63d46764d66d5cea31b0b45d0c20c99 (patch)
tree1b64119033b8901afbf4f281f5c70c0e5c5ac80f /src/map/unit.c
parentfe4e7f2ec610b172203d2beb5df7435ec45b1cdd (diff)
downloadhercules-62625eb5d63d46764d66d5cea31b0b45d0c20c99.tar.gz
hercules-62625eb5d63d46764d66d5cea31b0b45d0c20c99.tar.bz2
hercules-62625eb5d63d46764d66d5cea31b0b45d0c20c99.tar.xz
hercules-62625eb5d63d46764d66d5cea31b0b45d0c20c99.zip
- Added ers handling for skill_timerskill structures.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5995 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index b828f721c..a38d4bab4 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -1384,8 +1384,6 @@ void unit_dataset(struct block_list *bl) {
ud->attackabletime =
ud->canact_tick =
ud->canmove_tick = gettick();
- for(i=0;i<MAX_SKILLTIMERSKILL;i++)
- ud->skilltimerskill[i].timer=-1;
}
/*==========================================