From d1cfb3b2892e45ef774e969ec9f8670d82e0cf26 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 12:22:06 -0300 Subject: Update Tulimshar to follow same logic --- npc/012-1/guards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/012-1') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index e009ac253..48c34b382 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -605,7 +605,7 @@ OnInit: // Respawn monster from $@SIEGE_TMPMOBS memory OnRespawn: getmapxy(.@m$,.@x,.@y,0); - siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, "#HurnscaldSiege::OnRespawn"); + siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, .name$+"::OnRespawn"); if (rand(10000) <= $coinsrate+($@SIEGE_HURNS*50)) makeitem StrangeCoin, 1, .@m$, .@x, .@y; end; -- cgit v1.2.3-60-g2f50