summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-15 18:33:32 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-15 18:33:32 +0000
commit1197558778704f21e962aaadcae6c8d09dc7f9b5 (patch)
treef9200e3f1aff52c4c6cf20f2765658e699033e5d /src/map/status.c
parent9f49994f8740db8b4c1a4b34f0c79ab95a4f6049 (diff)
downloadhercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.gz
hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.bz2
hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.xz
hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.zip
- Removed the hardcoded duration of 30seconds for sleep.
- Fixed rangecheck for pet skill usage of INF_SELF_SKILL - Removed inall/exall from atcommand.conf since those two do not exist! (pointed out by Ancyker) - @me now uses entry 270 in msg_athena as output format. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5615 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 48d762900..ff1eb1fd0 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -4009,10 +4009,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val
if(val3 < 1) val3 = 1;
tick = 5000;
break;
- case SC_SLEEP: /* 睡眠 */
- if(!(flag&4))
- tick = 30000;//睡眠はステ?タス耐性に?わらず30秒
- break;
/* option2 */
case SC_DPOISON: /* 猛毒 */
@@ -4454,7 +4450,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val
case SC_MAXOVERTHRUST:
case SC_SILENCE: /* 沈?(レックスデビ?ナ) */
case SC_ASSUMPTIO: /* アスムプティオ */
- break;
+ case SC_SLEEP:
// gs_something1 [Vicious]
case SC_MADNESSCANCEL:
case SC_ADJUSTMENT: