diff options
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 3a4e62220..f5ab1423c 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -70,13 +70,14 @@ OnPurify: OnChamp: setnpcdialogtitle l("Aurora Events")+" - "+$EVENT$; setskin "aurora_"+$EVENT$; - mes "Please keep your ManaPlus updated."; + mes "There is no ranking information available for this event."; //mes "This is a debug message. Your manaplus version is wrong."; //mes "You should not be reading this. I'll call you a cheater."; //mes "I hope you report this (if a bug). Reading source code?"; //mes "4144 will hear about this. You are NOT amazing by the way."; select("Ok"); setskin ""; + clear; HallOfAurora(); next; closeclientdialog; |