diff options
Diffstat (limited to 'npc/042-2')
-rw-r--r-- | npc/042-2/boss.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt index 7681afc0c..7a3ef4599 100644 --- a/npc/042-2/boss.txt +++ b/npc/042-2/boss.txt @@ -190,6 +190,7 @@ OnKillMob: end; OnKillBoss: + .@m$=instance_mapname("042-2"); setd("$@GTEMP_"+.@m$, 0); setd("$@GTEMP_HP_"+.@m$, 0); setd("$@GTEMP_PC_"+.@m$, 0); |