diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-03 02:08:49 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-03 02:08:49 +0000 |
commit | 2365342722228a79ff93cad0aca66fdaa061f880 (patch) | |
tree | 330f1116a234553dbe650167f28e0f9880ecefc5 /src/map/status.c | |
parent | 00354ac69bcc6bd70c9a0110236664875958dd1e (diff) | |
download | hercules-2365342722228a79ff93cad0aca66fdaa061f880.tar.gz hercules-2365342722228a79ff93cad0aca66fdaa061f880.tar.bz2 hercules-2365342722228a79ff93cad0aca66fdaa061f880.tar.xz hercules-2365342722228a79ff93cad0aca66fdaa061f880.zip |
Fixed bugreport:5681 Sorcerer Striking may now only be cast on self or party members, SP upkeep updated.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16058 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 7277a7f1d..623a39dce 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7543,6 +7543,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val status_change_end(bl, SC_CRYSTALIZE, INVALID_TIMER); break; case SC_STRIKING: + val1 = 6 - val1;//spcost = 6 - level (lvl1:5 ... lvl 5: 1) val4 = tick / 1000; tick_time = 1000; // [GodLesZ] tick time break; |