From aedd5ccdc9b41965ffa9e0c9058cb7f7dd2c2e71 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 31 Jul 2024 14:21:31 -0300 Subject: Fix issue of infinite Smoke Dragon --- npc/functions/weather.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 967ae4715..8c2683c0d 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -322,7 +322,7 @@ function _smokeDragon { if (.@mk & .@go) { .@x2=getmapinfo(MAPINFO_SIZE_X, .@key$) - 20; .@y2=getmapinfo(MAPINFO_SIZE_Y, .@key$) - 20; - areamonster(.@key$, 20, 20, .@x2, .@y2, strmobinfo(1, .@mb), .@mb, 1); + areamonster(.@key$, 20, 20, .@x2, .@y2, strmobinfo(1, .@mb), .@mb, 1, "#WeatherCore::OnMob"); if ($@GM_OVERRIDE) debugmes "-> Smoke Dragon spawned on %s", .@key$; } else { -- cgit v1.2.3-70-g09d2