diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:42:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-20 20:42:54 -0300 |
commit | 4e3eb2b1fdc7000571bc955a284fdd644a8abea8 (patch) | |
tree | 38636d308eae05a52f456628486ceafe700c153a /npc/042-5 | |
parent | 03bad31d7fe788a25a91e1097c376a763f560713 (diff) | |
download | serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.gz serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.bz2 serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.tar.xz serverdata-4e3eb2b1fdc7000571bc955a284fdd644a8abea8.zip |
Update some of the debugmes for usage with syslog facility
Diffstat (limited to 'npc/042-5')
-rw-r--r-- | npc/042-5/ctrl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index e81476d17..b0e301913 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -18,7 +18,7 @@ OnInstanceInit: explode(.@map$, .map$, "@"); .@g=atoi(.@map$[1]); if (.@g < 1) { - debugmes "[ERROR] [KAMELOT] Unable to spawn for Kamelot %s", .map$; + consolewarn "[ERROR] [KAMELOT] Unable to spawn for Kamelot %s", .map$; debugmes "[ERROR] [KAMELOT] Using dummy data (returned: %d)", .@g; .@g=0; } @@ -57,7 +57,7 @@ OnRespawn: explode(.@map$, .map$, "@"); .@g=atoi(.@map$[1]); if (.@g < 1) { - debugmes "[ERROR] [KAMELOT] Unable to respawn for Kamelot %s", .map$; + consolewarn "[ERROR] [KAMELOT] Unable to respawn for Kamelot %s", .map$; .@g=0; } monster0425(1, 20, 20, 80, 120, $KAMELOT_MX[.@g]); |