summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-10 15:44:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-10 15:44:16 -0300
commit52da471c20dda8bd0860a59fc86e9e13d087aa43 (patch)
tree418ee43a622064c2d91e5f5a9f16294cdf5eb0f2 /npc/001-1
parentba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41 (diff)
downloadserverdata-52da471c20dda8bd0860a59fc86e9e13d087aa43.tar.gz
serverdata-52da471c20dda8bd0860a59fc86e9e13d087aa43.tar.bz2
serverdata-52da471c20dda8bd0860a59fc86e9e13d087aa43.tar.xz
serverdata-52da471c20dda8bd0860a59fc86e9e13d087aa43.zip
Fix "Monster", label of manual spawns on Aeros
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/eventmaster.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index 3e2064914..dcd385fe4 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -290,7 +290,7 @@ OnCall:
end;
}
- areamonster("001-1", 171, 0, 339, 158, "Monster", atoi(.@atcmd_parameters$[0]), atoi(.@atcmd_parameters$[1]), "Mana Being#001-1::OnAerosMobDeath");
+ areamonster("001-1", 171, 0, 339, 158, strmobinfo(1, atoi(.@atcmd_parameters$[0])), atoi(.@atcmd_parameters$[0]), atoi(.@atcmd_parameters$[1]), "Mana Being#001-1::OnAerosMobDeath");
logmes "@aeros "+.@atcmd_parameters$, LOGMES_ATCOMMAND;
dispbottom "All monsters summoned.";