diff options
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; |