diff options
Diffstat (limited to 'npc/042-11')
-rw-r--r-- | npc/042-11/boss.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-11/boss.txt b/npc/042-11/boss.txt index 6346693f8..5457d6804 100644 --- a/npc/042-11/boss.txt +++ b/npc/042-11/boss.txt @@ -111,7 +111,7 @@ OnTimer5000: explode(.@map$, .map$, "@"); .@g=atoi(.@map$[1]); if (.@g < 1) { - debugmes "[ERROR] [KAMELOT] Unable to find Terogan - Kamelot %s", .map$; + consolebug "[ERROR] [KAMELOT] Unable to find Terogan - Kamelot %s", .map$; .@g=0; } @@ -165,7 +165,7 @@ OnKillBoss: explode(.@map$, .map$, "@"); .@g=atoi(.@map$[1]); if (.@g < 1) { - debugmes "[ERROR] [KAMELOT] Unable to find Terogan Death %s", .map$; + consolebug "[ERROR] [KAMELOT] Unable to find Terogan Death %s", .map$; .@g=0; } .@m$=.map$; |