diff options
Diffstat (limited to 'npc/042-8')
-rw-r--r-- | npc/042-8/ctrl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-8/ctrl.txt b/npc/042-8/ctrl.txt index fd46570ea..380092c2e 100644 --- a/npc/042-8/ctrl.txt +++ b/npc/042-8/ctrl.txt @@ -23,7 +23,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; } @@ -88,7 +88,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; } KamelotCaveSpawn(1, 20, 20, 115, 100, $KAMELOT_MX[.@g], "042-8"); |