diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 15:44:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 15:44:16 -0300 |
commit | 52da471c20dda8bd0860a59fc86e9e13d087aa43 (patch) | |
tree | 418ee43a622064c2d91e5f5a9f16294cdf5eb0f2 /npc/001-1/eventmaster.txt | |
parent | ba0cfa0fd6e7c4319a69b08a9efd2b7b3a568d41 (diff) | |
download | serverdata-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/eventmaster.txt')
-rw-r--r-- | npc/001-1/eventmaster.txt | 2 |
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."; |