mirror of
https://github.com/araxiaonline/Weekly-Armor-Vendor.git
synced 2026-06-13 01:32:22 -04:00
Update README.md
This commit is contained in:
@@ -7,7 +7,7 @@ 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<br>
|
||||
###Step 1: Create black_market_armor_sets Table and populate it<br>
|
||||
(A. Create `black_market_armor_sets` first and populate it, you can use the SQL provided in this repo.)
|
||||
|
||||
```sql
|
||||
@@ -20,8 +20,10 @@ CREATE TABLE IF NOT EXISTS `black_market_armor_sets` (
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
||||
```
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Step 2: Populate `black_market_armor_sets` Table
|
||||
###Step 2: Populate `black_market_armor_sets` Table
|
||||
|
||||
EXAMPLE:
|
||||
```sql
|
||||
|
||||
Reference in New Issue
Block a user