summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-05-11 13:35:13 -0300
committerpanikon <panikon@zoho.com>2014-05-11 13:35:13 -0300
commit3959b35170b784b47423a0533438ac67250a997f (patch)
tree77c35b220f79fcc62560b89cb80cdf096b07b98e
parentd689201d7b42d26948f5013b6985ec2c4e5beac3 (diff)
downloadhercules-3959b35170b784b47423a0533438ac67250a997f.tar.gz
hercules-3959b35170b784b47423a0533438ac67250a997f.tar.bz2
hercules-3959b35170b784b47423a0533438ac67250a997f.tar.xz
hercules-3959b35170b784b47423a0533438ac67250a997f.zip
Fixed typo in thqs_ttshop
-rw-r--r--npc/custom/quests/thq/THQS_TTShop.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/thq/THQS_TTShop.txt b/npc/custom/quests/thq/THQS_TTShop.txt
index 266a20cb5..e7fcc05ac 100644
--- a/npc/custom/quests/thq/THQS_TTShop.txt
+++ b/npc/custom/quests/thq/THQS_TTShop.txt
@@ -71,7 +71,7 @@ function script thqs_trade_token {
// 10^3, 10^4, 10^5
@type += 3; // So we can use pow later to determine the qt of Zeny
- @prize = pow(1000, @type);
+ @prize = pow(10, @type);
if( #Treasure_Token < @price ) {
mes "You don't have enough tokens!";