summaryrefslogtreecommitdiff
path: root/src/map/script-fun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script-fun.cpp')
-rw-r--r--src/map/script-fun.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp
index b48b852..75df30f 100644
--- a/src/map/script-fun.cpp
+++ b/src/map/script-fun.cpp
@@ -825,6 +825,9 @@ void builtin_foreach(ScriptState *st)
case 2:
block_type = BL::MOB;
break;
+ case 3:
+ block_type = BL::NUL;
+ break;
default:
return;
}