diff options
Diffstat (limited to 'npc/042-2/boss.txt')
-rw-r--r-- | npc/042-2/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt index 4ae8c40f0..84fca264e 100644 --- a/npc/042-2/boss.txt +++ b/npc/042-2/boss.txt @@ -339,8 +339,8 @@ function kdoor0422Spawn { .@y1=getarg(2); .@x2=getarg(3); .@y2=getarg(4); - .@avg=getd("$@GTEMP_MX_"+.@m$); .@m$=instance_mapname("042-2"); + .@avg=getd("$@GTEMP_MX_"+.@m$); //debugmes "Total %d, map %s (power %d)", .@gcount, .@m$, .@avg; freeloop(true); for (.@i=0; .@i < .@gcount; .@i++) { |