From 265bfc43cc74d4b161d8458a1525c6856368e7cd Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 10 Aug 2024 13:41:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3b9dbc..83cbb80 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Here’s the Lua script that interacts with the above SQL tables. Make sure this ```lua local BLACK_MARKET_NPC_ID = 101111 -- Replace with your NPC's ID -local ARAXIA_TOKEN_ID = 910001 -- ID of Araxia Tokens +local ARAXIA_TOKEN_ID = 910001 -- ID Tokens or Currency local SET_COST = 100 -- Cost of each armor set in Araxia Tokens local UPDATE_INTERVAL = 604800 -- 1 week in seconds