summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-07-31 14:21:31 -0300
committerJesusaves <cpntb1@ymail.com>2024-07-31 14:21:31 -0300
commitaedd5ccdc9b41965ffa9e0c9058cb7f7dd2c2e71 (patch)
tree5a192240b0e807c46bf98f78865b6b606ee6c87c
parentf2ce515a90567d44e3b192127cbcb9a5d1aa4161 (diff)
downloadserverdata-aedd5ccdc9b41965ffa9e0c9058cb7f7dd2c2e71.tar.gz
serverdata-aedd5ccdc9b41965ffa9e0c9058cb7f7dd2c2e71.tar.bz2
serverdata-aedd5ccdc9b41965ffa9e0c9058cb7f7dd2c2e71.tar.xz
serverdata-aedd5ccdc9b41965ffa9e0c9058cb7f7dd2c2e71.zip
Fix issue of infinite Smoke Dragon
-rw-r--r--npc/functions/weather.txt2
1 files changed, 1 insertions, 1 deletions
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 {