diff --git a/evennia/prototypes/spawner.py b/evennia/prototypes/spawner.py index 727a1b82f8..ce2e6e8992 100644 --- a/evennia/prototypes/spawner.py +++ b/evennia/prototypes/spawner.py @@ -713,7 +713,7 @@ def batch_update_objects_with_prototype( def _init(val, typ): return init_spawn_value( val, - str, + typ, caller=caller, prototype=new_prototype, protfunc_raise_errors=protfunc_raise_errors,