diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-04-04 17:36:30 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2023-04-04 17:36:30 +0200 |
commit | b261d1a65d264dadd3b0e25ac1a99fa5cbe29eeb (patch) | |
tree | fbaf0ca1e0663a3ceb7e3da63b46395db967045d /src/map/script-fun.cpp | |
parent | 4887981f15cdae7f19d06471c54e6754e74e6567 (diff) | |
download | tmwa-b261d1a65d264dadd3b0e25ac1a99fa5cbe29eeb.tar.gz tmwa-b261d1a65d264dadd3b0e25ac1a99fa5cbe29eeb.tar.bz2 tmwa-b261d1a65d264dadd3b0e25ac1a99fa5cbe29eeb.tar.xz tmwa-b261d1a65d264dadd3b0e25ac1a99fa5cbe29eeb.zip |
SC_COOLDOWN_UPMARMU
Diffstat (limited to 'src/map/script-fun.cpp')
-rw-r--r-- | src/map/script-fun.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp index 1788570..fd3f798 100644 --- a/src/map/script-fun.cpp +++ b/src/map/script-fun.cpp @@ -3888,6 +3888,7 @@ void builtin_sc_start(ScriptState *st) case StatusChange::SC_COOLDOWN_AR: case StatusChange::SC_COOLDOWN_ENCH: case StatusChange::SC_COOLDOWN_KOY: + case StatusChange::SC_COOLDOWN_UPMARMU: break; default: |