From f2dbbb511ca5f39d22ae1d1e0fe90af155606896 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:43:52 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5093a8f..6a24dd4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ The SQL table's (`black_market_armor_sets` `black_market_current_set`) is create One table for all the armor sets and one table for the current sets (resets weekly). - +
+
### Step 1: Create `black_market_armor_sets` Table and populate it (A. Create `black_market_armor_sets` first and populate it, you can use the SQL provided in this repo.) @@ -23,9 +24,10 @@ CREATE TABLE IF NOT EXISTS `black_market_armor_sets` (

-###Step 2: Populate `black_market_armor_sets` Table +### Step 2: Populate `black_market_armor_sets` Table EXAMPLE: + ```sql INSERT INTO `black_market_armor_sets` (`class`, `item_id`, `name`, `item_set_id`, `set_name`) VALUES (11, 23294, 'Knight-Captain''s Dragonhide Chestpiece', 551, 'Lieutenant Commander''s Refuge'),