From 3959b35170b784b47423a0533438ac67250a997f Mon Sep 17 00:00:00 2001 From: panikon Date: Sun, 11 May 2014 13:35:13 -0300 Subject: Fixed typo in thqs_ttshop --- npc/custom/quests/thq/THQS_TTShop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/custom/quests') 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!"; -- cgit v1.2.3-60-g2f50