diff options
-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 696c6f267..162765aa3 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5749,6 +5749,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val //Undead are immune to Freeze/Stone if (undead_flag && !(flag&1)) return 0; + case SC_DEEPSLEEP: case SC_SLEEP: case SC_STUN: case SC_FREEZING: |