diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-15 14:15:04 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-15 14:15:04 +0000 |
commit | 422a0536cfc1074f534cf31885b18807cdff6d80 (patch) | |
tree | 742a66a28cd4ea0b038dd09923bb15f458d35dfc /src/map/status.c | |
parent | 1a8c1081563174cdea5630ad5bc992405cd86e7d (diff) | |
download | hercules-422a0536cfc1074f534cf31885b18807cdff6d80.tar.gz hercules-422a0536cfc1074f534cf31885b18807cdff6d80.tar.bz2 hercules-422a0536cfc1074f534cf31885b18807cdff6d80.tar.xz hercules-422a0536cfc1074f534cf31885b18807cdff6d80.zip |
- Added SC_BLADESTOP to the switch listing in status_change_start
- Characters in vending are now always considered "idle" if the idle_no_share setting is active.
- Corrected 10 Geminis spawning in Lhz1 rather than 2.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6595 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index db6adb7b5..0c4516bc7 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4633,6 +4633,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val case SC_SLEEP:
case SC_SMA:
case SC_WARM:
+ case SC_BLADESTOP:
break;
// gs_something1 [Vicious]
case SC_MADNESSCANCEL:
|