summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-22 19:30:27 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-22 19:30:27 +0000
commit016bca1491bb5f685bf8ccb2dff81b48dbdc70e4 (patch)
treebc6a9406ea216f5d70f6e244bd35690f013d0fd0 /src/map/status.c
parent2a6a5511cfbbc007f8704eb6835e62c75253bbe8 (diff)
downloadhercules-016bca1491bb5f685bf8ccb2dff81b48dbdc70e4.tar.gz
hercules-016bca1491bb5f685bf8ccb2dff81b48dbdc70e4.tar.bz2
hercules-016bca1491bb5f685bf8ccb2dff81b48dbdc70e4.tar.xz
hercules-016bca1491bb5f685bf8ccb2dff81b48dbdc70e4.zip
- Fixed SC_NEN according to Mpeg
- Added a ShowStatus("Terminating...\n") on login-server_sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8441 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 435d7ca6e..4547df182 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6489,7 +6489,6 @@ int status_change_timer(int tid, unsigned int tick, int id, int data)
case SC_RUN:
case SC_DODGE:
case SC_AUTOBERSERK: //continues until triggered off manually. [Skotlex]
- case SC_NEN:
case SC_SIGNUMCRUCIS: /* シグナムクルシス */
sc->data[type].timer=add_timer( 1000*600+tick,status_change_timer, bl->id, data );
return 0;