From c37447f1409db58fc59da7a91cecefa6917d7d71 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 11 Oct 2025 04:02:35 -0300 Subject: fix IMPACT_SUMMON not working properly - fixes #37 --- src/magic.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/magic.cc b/src/magic.cc index af8e031..f7fbe70 100644 --- a/src/magic.cc +++ b/src/magic.cc @@ -389,7 +389,6 @@ void TSummonImpact::handleField(int x, int y, int z){ if(Actor != NULL && IsRaceValid(Race) && Actor->SummonedCreatures < Maximum){ - int x, y, z; if(SearchSummonField(&x, &y, &z, 2)){ CreateMonster(Race, x, y, z, 0, Actor->ID, true); } -- cgit v1.2.3