Update Sets for Black Market Armor Set Table.sql

This commit is contained in:
Manmadedrummer
2024-07-08 20:48:40 -04:00
committed by GitHub
parent 814abca7c1
commit 9c366c3aa2

View File

@@ -1,6 +1,5 @@
-- Insert Armor Sets
--[[ Lieutenant Commander's SETS]]
@@ -100,14 +99,10 @@ VALUES
(1, 23315, 'Lieutenant Commander''s Plate Shoulders', 545, 'Lieutenant Commander''s Battlearmor');
--[[Level 60 Low Tier Set ]]
-- Druid: Champion's Refuge
INSERT INTO araxia_world.black_market_armor_sets
(class, item_id, name, item_set_id, set_name)
@@ -195,12 +190,10 @@ INSERT INTO `black_market_armor_sets` (`class`, `item_id`, `name`, `item_set_id`
(1, 23243, 'Champion''s Plate Shoulders', 537, 'Champion''s Battlearmor');
--[[Level 60 High Tier Set ]]
-- Insert Armor Sets for Druid: Field Marshal's Sanctuary Item Set 397
INSERT INTO `black_market_armor_sets` (`class`, `item_id`, `name`, `item_set_id`, `set_name`) VALUES
(11, 16452, 'Field Marshal''s Dragonhide Breastplate', 397, 'Field Marshal''s Sanctuary'),