diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 15:46:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 15:46:41 -0300 |
commit | ffb97a3ee1e5910445be8a4e3e0e48cf4636be54 (patch) | |
tree | d738a21bbd4e060d80f7ac61198a45c59530939a /npc/001-1/eventmaster.txt | |
parent | 52da471c20dda8bd0860a59fc86e9e13d087aa43 (diff) | |
download | serverdata-ffb97a3ee1e5910445be8a4e3e0e48cf4636be54.tar.gz serverdata-ffb97a3ee1e5910445be8a4e3e0e48cf4636be54.tar.bz2 serverdata-ffb97a3ee1e5910445be8a4e3e0e48cf4636be54.tar.xz serverdata-ffb97a3ee1e5910445be8a4e3e0e48cf4636be54.zip |
Proper logs for EventMaster
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 dcd385fe4..6d55c10dd 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -291,7 +291,7 @@ OnCall: } 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; + logmes "@aeros "+strmobinfo(1, atoi(.@atcmd_parameters$[0])) + " " + .@atcmd_parameters$[1], LOGMES_ATCOMMAND; dispbottom "All monsters summoned."; end; |