diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 12:22:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 12:22:06 -0300 |
commit | d1cfb3b2892e45ef774e969ec9f8670d82e0cf26 (patch) | |
tree | d8cff4fd71e27f0eeaecb0b0d8f2d033029efd22 /npc/012-1/guards.txt | |
parent | 1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d (diff) | |
download | serverdata-d1cfb3b2892e45ef774e969ec9f8670d82e0cf26.tar.gz serverdata-d1cfb3b2892e45ef774e969ec9f8670d82e0cf26.tar.bz2 serverdata-d1cfb3b2892e45ef774e969ec9f8670d82e0cf26.tar.xz serverdata-d1cfb3b2892e45ef774e969ec9f8670d82e0cf26.zip |
Update Tulimshar to follow same logic
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |