From aefc5982bd5fdc776a9ac5a5b68f6980e8f09387 Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 25 Aug 2015 13:35:37 -0400 Subject: add type 3 to foreach --- src/map/script-fun.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/script-fun.cpp') 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; } -- cgit v1.2.3-60-g2f50