summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 85dd32b0c..b15229308 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -9122,7 +9122,11 @@ int status_change_timer(int tid, unsigned int tick, int id, intptr_t data)
s=5;
break;
case BA_APPLEIDUN:
- s=6;
+ #ifdef RENEWAL
+ s=5;
+ #else
+ s=6;
+ #endif
break;
case CG_MOONLIT:
//Moonlit's cost is 4sp*skill_lv [Skotlex]