diff --git a/src/map/status.cpp b/src/map/status.cpp index 1001e7fde8..3a327e15eb 100644 --- a/src/map/status.cpp +++ b/src/map/status.cpp @@ -9208,6 +9208,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty // Undead are immune to Freeze/Stone if (undead_flag && !(flag&SCSTART_NOAVOID)) return 0; + break; case SC_ALL_RIDING: if( !sd || sc->option&(OPTION_RIDING|OPTION_DRAGON|OPTION_WUG|OPTION_MADOGEAR) ) return 0;