diff options
Diffstat (limited to 'npc/003-1/michel.txt')
-rw-r--r-- | npc/003-1/michel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index b4200dfe9..4fe22308d 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -7,9 +7,9 @@ 003-1,89,109,0 script Michel NPC_BACCHUS,{ mesn; - mesq l("All hail the ones who proven their worth before the whole Alliance!"); + mesq l("These people have lots of unspent Strange Coins! Waw!"); - HallOfFame(); + HallOfCoins(); // Anyone with GM Level, staff or not, is allowed to latest GM logs if (!getgmlevel()) close; @@ -26,7 +26,7 @@ mes ""; mes "##B Manual Edition ##b"; mes "To reliably change Karma values, you must use @set Karma."; - mes "But before, check on MySQL the previous karma value, because this command overrides it."; + mes "But watch out: This command overrides karma!"; mes "Therefore, it is advised to DON'T change this by hand."; mes ""; mes "##B Scripting Edition ##b"; |