mirror of
https://github.com/araxiaonline/Weekly-Armor-Vendor.git
synced 2026-06-13 01:32:22 -04:00
Update Sets for Black Market Armor Set Table.sql
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user