Update README.md

This commit is contained in:
Manmadedrummer
2024-07-07 13:38:21 -04:00
committed by GitHub
parent 228721f1d4
commit 0f986f4852

View File

@@ -32,8 +32,7 @@ VALUES
`(class, item_id, name, item_set_id, set_name)`: Specifies the columns into which data will be inserted:
`class:` Class identifier for the armor set. (Warrior, Mage, Rogue, etc.) <br>
`class:` Class identifier for the armor set. (1 - Warrior, 2 - Paladin, 3 - Hunter, 4 - Rogue, 5 - Priest, 6 - Death Knight, 7 - Shaman, 9 - Mage, 9 - Warlock, 11 - Druid)
`item_id:` Unique identifier for the armor item. (The Items listed in the "Armor Set")<br>
`name:` Name of the armor item.<br>
`item_set_id:` Identifier for the armor set. (Each armor set has its own unique number, 551, 250, 689, etc.)<br>