diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-07 22:15:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-07 22:15:49 -0300 |
commit | 27f5c76c44305a42f903080e91f0391f3ed8eb9a (patch) | |
tree | a0b3a03acddbb60237394945ca3c6dbe456ce927 /npc/003-0 | |
parent | 18466b275d77bac090be3e30e05880fa3b884ccf (diff) | |
download | serverdata-27f5c76c44305a42f903080e91f0391f3ed8eb9a.tar.gz serverdata-27f5c76c44305a42f903080e91f0391f3ed8eb9a.tar.bz2 serverdata-27f5c76c44305a42f903080e91f0391f3ed8eb9a.tar.xz serverdata-27f5c76c44305a42f903080e91f0391f3ed8eb9a.zip |
Typo at Wizard
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/wizard.txt b/npc/003-0/wizard.txt index 60a6b2fc8..f9b4ab67b 100644 --- a/npc/003-0/wizard.txt +++ b/npc/003-0/wizard.txt @@ -136,7 +136,7 @@ L_Member: setarray .@BItem, Sapphire, Emerald, Topaz, Ruby; setarray .@ASkill$, "Ice", "Wind", "Earth", "Fire"; - .@index=@menu-4; + .@index=@menu-3; .@Skill$=.@ASkill$[.@index]; .@Skill=.@ASkill[.@index]; |