diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-02 12:17:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-02 12:17:15 -0300 |
commit | 2fac8920ac4457dc80fc9801d01fff3055ce1f15 (patch) | |
tree | 4a8112ee210aedf8a0fa902c9ef12919771872dc /npc/027-2 | |
parent | 1d536fb5456efa5fd8eaea38c8212a02b1888800 (diff) | |
download | serverdata-2fac8920ac4457dc80fc9801d01fff3055ce1f15.tar.gz serverdata-2fac8920ac4457dc80fc9801d01fff3055ce1f15.tar.bz2 serverdata-2fac8920ac4457dc80fc9801d01fff3055ce1f15.tar.xz serverdata-2fac8920ac4457dc80fc9801d01fff3055ce1f15.zip |
Fix poor labels
Diffstat (limited to 'npc/027-2')
-rw-r--r-- | npc/027-2/colin.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/027-2/colin.txt b/npc/027-2/colin.txt index d066edc40..c2fe89c58 100644 --- a/npc/027-2/colin.txt +++ b/npc/027-2/colin.txt @@ -18,9 +18,10 @@ mesc l("Note: You can exchange 1 @@ for 3 @@", getitemlink(GemPowder), getitemlink(Quill)), 1; mes ""; select - l("Basic Tricks"), - l("Standard Tricks"), - l("Advanced Tricks"), + l("Basic Magic"), + l("Standard Magic"), + l("Advanced Magic"), + //l("Mastery Magic"), rif(countitem(GemPowder), l("Exchange Gempowder for Quill")); mes ""; .@lv=@menu; |