summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/magic-stmt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/magic-stmt.cpp b/src/map/magic-stmt.cpp
index 12fed6e..ebf75c5 100644
--- a/src/map/magic-stmt.cpp
+++ b/src/map/magic-stmt.cpp
@@ -953,6 +953,7 @@ void spell_effect_report_termination(int invocation_id, int bl_id,
invocation_->status_change_refv.pop_back();
try_to_finish_invocation(invocation_);
+ return;
}
}