diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-06 21:16:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-06 21:16:43 -0300 |
commit | 33376f72effad5c0e905961e096d8409dfd862c7 (patch) | |
tree | 1e4f1cc00a611eb6b3177a916a157f1c0d90ed37 /npc | |
parent | c110e2b4897f05f5a138cc5b365625cfeecb4e12 (diff) | |
download | serverdata-33376f72effad5c0e905961e096d8409dfd862c7.tar.gz serverdata-33376f72effad5c0e905961e096d8409dfd862c7.tar.bz2 serverdata-33376f72effad5c0e905961e096d8409dfd862c7.tar.xz serverdata-33376f72effad5c0e905961e096d8409dfd862c7.zip |
Improve siege failure message
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/siege.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 3c8b61d37..18de9a15b 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -226,7 +226,7 @@ function script siege_boss { .@mobId=any_of($@SIEGE_TMPMOBS); } else { .@mobId=Yetifly; - Exception("ERROR, TOO FEW MOBS ON DATABASE, whaaaaaaat", RB_DEBUGMES|RB_IRCBROADCAST); + Exception("[WARNING] Insufficient monsters in database: Highlight @jesusalva - Broken reference: "+siege_calcdiff(.@m$, .@val), RB_DEBUGMES|RB_IRCBROADCAST); } // We want spawn point to be fixed |