diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-17 18:58:41 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-17 18:58:41 +0000 |
commit | 164b880214dc559ca471909acf14b1e28abd8cc6 (patch) | |
tree | b87f6b0b52adf1075a9f3971fcb4a191490904f3 /src/map/npc.c | |
parent | 2014f1558e424573427e75224eb133cba19d777a (diff) | |
download | hercules-164b880214dc559ca471909acf14b1e28abd8cc6.tar.gz hercules-164b880214dc559ca471909acf14b1e28abd8cc6.tar.bz2 hercules-164b880214dc559ca471909acf14b1e28abd8cc6.tar.xz hercules-164b880214dc559ca471909acf14b1e28abd8cc6.zip |
- Removed a block of code from skill_check_condition that actually belongs to status_check_skilluse.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5651 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 5e4797afa..a91892238 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -703,7 +703,7 @@ int npc_timerevent_stop(struct npc_data *nd) *tid = -1;
//Set the timer tick to the time that has passed since the beginning of the timers and now.
nd->u.scr.timer = DIFF_TICK(gettick(),nd->u.scr.timertick);
- nd->u.scr.rid = 0;
+// nd->u.scr.rid = 0; //Eh? why detach?
return 0;
}
/*==========================================
|