diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-08 08:42:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-08 08:42:03 -0300 |
commit | 914e570edb9dd57516df3cafd573edfc8b96b404 (patch) | |
tree | e73e15e6e07db93714ab15d7dfaa973819f7a2af /npc/003-0 | |
parent | 99c7c13c125f3893c434c3dad23a6eb3abe77b7c (diff) | |
download | serverdata-914e570edb9dd57516df3cafd573edfc8b96b404.tar.gz serverdata-914e570edb9dd57516df3cafd573edfc8b96b404.tar.bz2 serverdata-914e570edb9dd57516df3cafd573edfc8b96b404.tar.xz serverdata-914e570edb9dd57516df3cafd573edfc8b96b404.zip |
Haste Potion (003-0) -> Herbal Tea (Wizard Class)
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 b42f3ae06..1b9d1e0b5 100644 --- a/npc/003-0/wizard.txt +++ b/npc/003-0/wizard.txt @@ -155,7 +155,7 @@ L_Member: mesq l("This useful skill will only require:"); mesc l("@@/@@ @@", countitem(.@Item), (getskilllv(.@Skill)+1)*30, getitemlink(.@Item)); mesc l("@@/@@ @@", countitem(FluoPowder), (getskilllv(.@Skill)+1)*10, getitemlink(FluoPowder)); - mesc l("@@/@@ @@", countitem(HerbalTea), (getskilllv(.@Skill)+1)*3, getitemlink(HastePotion)); + mesc l("@@/@@ @@", countitem(HerbalTea), (getskilllv(.@Skill)+1)*3, getitemlink(HerbalTea)); mesc l("@@/@@ @@", countitem(DiamondPowder),(getskilllv(.@Skill)+1)*2, getitemlink(DiamondPowder)); mesc l("@@/@@ @@", countitem(.@ItemB), (getskilllv(.@Skill)+1)*1, getitemlink(.@ItemB)); next; |