diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-01 00:27:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-01 00:27:47 -0300 |
commit | 5987c2db7e96d01a79e673abf567d06e93c8de82 (patch) | |
tree | 112e5aca0a3e4928bac04f233fe8ad2917e85707 /npc/003-0/trickmaster.txt | |
parent | 06c37f2568409d12ab97188b80902d6fe5d745b6 (diff) | |
download | serverdata-5987c2db7e96d01a79e673abf567d06e93c8de82.tar.gz serverdata-5987c2db7e96d01a79e673abf567d06e93c8de82.tar.bz2 serverdata-5987c2db7e96d01a79e673abf567d06e93c8de82.tar.xz serverdata-5987c2db7e96d01a79e673abf567d06e93c8de82.zip |
Some notes
Diffstat (limited to 'npc/003-0/trickmaster.txt')
-rw-r--r-- | npc/003-0/trickmaster.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index ddabbacb6..7a1d34b40 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -103,11 +103,11 @@ function standardMagic { function advancedMagic { if (MAGIC_LVL < 2) goto L_NoMagic; - //mes l(".:: There are no skills ::."); - //mesc l("You can bug Jesusalva to extend the Battlefield Control skills."); - //mes ""; + mes l(".:: There are no skills ::."); + mesc l("You can bug Jesusalva to extend the Battlefield Control skills."); + mes ""; menuint - "none", 0; + l("Cancel"), 0; return; } |