diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:55:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:55:12 -0300 |
commit | 61c08aebefa260a32afce0453ebe38dda0411d25 (patch) | |
tree | e39118a012544611c6a0a2ed5c419457b63271a7 /npc/commands/kami.txt | |
parent | 65c634722e6a551388a63193b0c9a28d35ff845f (diff) | |
download | serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.tar.gz serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.tar.bz2 serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.tar.xz serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.zip |
Minor tweaks and improvements; In preparation to the Annuals Framework getting
merged in the Aurora Events Framework
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; |