diff options
Diffstat (limited to 'npc/012-4/wyara.txt')
-rw-r--r-- | npc/012-4/wyara.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index a649663eb..cac765c8a 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -14,12 +14,6 @@ l("I am @@, an alchemist specialized in reset potions.", .name$); L_Menu: - .@plush_count = BaseLevel*210-(10*210); - // Lv 10: 210 GP - // Lv 90: 1.867 GP - if (BaseLevel > 10) - .@plush_count = .@plush_count/(BaseLevel/10); - .@n=getq(General_Narrator); .@s=getq(HurnscaldQuest_Sagratha); .@s3=getq3(HurnscaldQuest_Sagratha); |