|
| 1 | +SET @PRICE := 30; |
| 2 | +DELETE FROM `zone_difficulty_mythicmode_rewards` WHERE `ContentType` = 10; |
| 3 | +INSERT INTO `zone_difficulty_mythicmode_rewards` (`ContentType`, `ItemType`, `Entry`, `Price`, `Enchant`, `EnchantSlot`, `Achievement`, `Enabled`, `Comment`) VALUES |
| 4 | +(10, 1, 33055, @PRICE, 0, 0, 694, 1, 'Band of Vile Aggression - Hydross'), |
| 5 | +(10, 1, 30052, @PRICE, 0, 0, 694, 1, 'Ring of Lethality - Hydross'), |
| 6 | +(10, 1, 30051, @PRICE, 0, 0, 694, 1, 'Idol of the Crescent Goddess - Hydross'), |
| 7 | +(10, 1, 30061, @PRICE, 0, 0, 694, 1, 'Ancestral Ring of Conquest - Lurker'), |
| 8 | +(10, 1, 33054, @PRICE, 0, 0, 694, 1, 'The Seal of Danzalar - Lurker'), |
| 9 | +(10, 1, 30098, @PRICE, 0, 0, 694, 1, 'Razor-Scale Battlecloak - Morogrim'), |
| 10 | +(10, 1, 33058, @PRICE, 0, 0, 694, 1, 'Band of the Vigilant - Morogrim'), |
| 11 | +(10, 1, 30083, @PRICE, 0, 0, 694, 1, 'Ring of Sundered Souls - Morogrim'), |
| 12 | +(10, 1, 30110, @PRICE, 0, 0, 694, 1, 'Coral Band of the Revived - Vashj'), |
| 13 | +(10, 1, 30109, @PRICE, 0, 0, 694, 1, 'Ring of Endless Coils - Vashj'), |
| 14 | + |
| 15 | +(10, 1, 30664, @PRICE, 0, 0, 694, 1, 'Living Root of the Wildheart - Hydross'), |
| 16 | +(10, 1, 30629, @PRICE, 0, 0, 694, 1, 'Scarab of Displacement - Hydross'), |
| 17 | +(10, 1, 30665, @PRICE, 0, 0, 694, 1, 'Earring of Soulful Meditation - Lurker'), |
| 18 | +(10, 1, 30063, @PRICE, 0, 0, 694, 1, 'Libram of Absolute Truth - Lurker'), |
| 19 | +(10, 1, 30059, @PRICE, 0, 0, 694, 1, 'Choker of Animalistic Fury - Lurker'), |
| 20 | +(10, 1, 30627, @PRICE, 0, 0, 694, 1, 'Tsunami Talisman - Leotheras'), |
| 21 | +(10, 1, 30720, @PRICE, 0, 0, 694, 1, 'Serpent-Coil Braid - Morogrim'), |
| 22 | +(10, 1, 30008, @PRICE, 0, 0, 694, 1, 'Pendant of the Lost Ages - Morogrim'), |
| 23 | +(10, 1, 30099, @PRICE, 0, 0, 694, 1, 'Frayed Tether of the Drowned - Karathress'), |
| 24 | +(10, 1, 30663, @PRICE, 0, 0, 694, 1, 'Fathom-Brooch of the Tidewalker - Karathress'), |
| 25 | +(10, 1, 30626, @PRICE, 0, 0, 694, 1, 'Sextant of Unstable Currents - Karathress'), |
| 26 | +(10, 1, 30621, @PRICE, 0, 0, 694, 1, 'Prism of Inner Calm - Vashj'), |
| 27 | + |
| 28 | +(10, 2, 30056, @PRICE, 0, 0, 694, 1, 'Robe of Hateful Echoes - Hydross'), |
| 29 | +(10, 2, 30050, @PRICE, 0, 0, 694, 1, 'Boots of the Shifting Nightmare - Hydross'), |
| 30 | +(10, 2, 32516, @PRICE, 0, 0, 694, 1, 'Wraps of Purification - Hydross'), |
| 31 | +(10, 2, 30064, @PRICE, 0, 0, 694, 1, 'Cord of Screaming Terrors - Lurker'), |
| 32 | +(10, 2, 30067, @PRICE, 0, 0, 694, 1, 'Velvet Boots of the Guardian - Lurker'), |
| 33 | +(10, 2, 30079, @PRICE, 0, 0, 694, 1, 'Illidari Shoulderpads - Morogrim'), |
| 34 | +(10, 2, 30100, @PRICE, 0, 0, 694, 1, 'Soul-Strider Boots - Karathress'), |
| 35 | +(10, 2, 30107, @PRICE, 0, 0, 694, 1, 'Vestments of the Sea-Witch - Vashj'), |
| 36 | + |
| 37 | +(10, 3, 30055, @PRICE, 0, 0, 694, 1, 'Shoulderpads of the Stranger - Hydross'), |
| 38 | +(10, 3, 30060, @PRICE, 0, 0, 694, 1, 'Boots of Effortless Striking - Lurker'), |
| 39 | +(10, 3, 30062, @PRICE, 0, 0, 694, 1, 'Grove-Bands of Remulos - Lurker'), |
| 40 | +(10, 3, 30092, @PRICE, 0, 0, 694, 1, 'Orca-Hide Boots - Leotheras'), |
| 41 | +(10, 3, 30075, @PRICE, 0, 0, 694, 1, 'Gnarled Chestpiece of the Ancients - Morogrim'), |
| 42 | +(10, 3, 30101, @PRICE, 0, 0, 694, 1, 'Bloodsea Brigands Vest - Karathress'), |
| 43 | +(10, 3, 30106, @PRICE, 0, 0, 694, 1, 'Belt of One-Hundred Deaths - Vashj'), |
| 44 | +(10, 3, 30111, @PRICE, 0, 0, 694, 1, 'Runetotems Mantle - Vashj'), |
| 45 | + |
| 46 | +(10, 4, 30054, @PRICE, 0, 0, 694, 1, 'Ranger-Generals Chestguard - Hydross'), |
| 47 | +(10, 4, 30047, @PRICE, 0, 0, 694, 1, 'Blackfathom Warbands - Hydross'), |
| 48 | +(10, 4, 30066, @PRICE, 0, 0, 694, 1, 'Tempest-Strider Boots - Lurker'), |
| 49 | +(10, 4, 30097, @PRICE, 0, 0, 694, 1, 'Coral-Barbed Shoulderpads - Leotheras'), |
| 50 | +(10, 4, 30091, @PRICE, 0, 0, 694, 1, 'True-Aim Stalker Bands - Leotheras'), |
| 51 | +(10, 4, 30068, @PRICE, 0, 0, 694, 1, 'Girdle of the Tidal Call - Morogrim'), |
| 52 | +(10, 4, 30085, @PRICE, 0, 0, 694, 1, 'Mantle of the Tireless Tracker - Morogrim'), |
| 53 | +(10, 4, 30104, @PRICE, 0, 0, 694, 1, 'Cobra-Lash Boots - Vashj'), |
| 54 | + |
| 55 | +(10, 5, 30048, @PRICE, 0, 0, 694, 1, 'Brighthelm of Justice - Hydross'), |
| 56 | +(10, 5, 30053, @PRICE, 0, 0, 694, 1, 'Pauldrons of the Wardancer - Hydross'), |
| 57 | +(10, 5, 30057, @PRICE, 0, 0, 694, 1, 'Bracers of Eradication - Lurker'), |
| 58 | +(10, 5, 30065, @PRICE, 0, 0, 694, 1, 'Glowing Breastplate of Truth - Lurker'), |
| 59 | +(10, 5, 30096, @PRICE, 0, 0, 694, 1, 'Girdle of the Invulnerable - Leotheras'), |
| 60 | +(10, 5, 30084, @PRICE, 0, 0, 694, 1, 'Pauldrons of the Argent Sentinel - Morogrim'), |
| 61 | +(10, 5, 30081, @PRICE, 0, 0, 694, 1, 'Warboots of Obliteration - Morogrim'), |
| 62 | +(10, 5, 30112, @PRICE, 0, 0, 694, 1, 'Glorious Gauntlets of Crestfall - Vashj'), |
| 63 | +(10, 5, 30102, @PRICE, 0, 0, 694, 1, 'Krakken-Heart Breastplate - Vashj'), |
| 64 | + |
| 65 | +(10, 6, 30049, @PRICE, 0, 0, 694, 1, 'Fathomstone - Hydross'), |
| 66 | +(10, 6, 30058, @PRICE, 0, 0, 694, 1, 'Mallet of the Tides - Lurker'), |
| 67 | +(10, 6, 30095, @PRICE, 0, 0, 694, 1, 'Fang of the Leviathan - Leotheras'), |
| 68 | +(10, 6, 30080, @PRICE, 0, 0, 694, 1, 'Luminescent Rod of the Naaru - Morogrim'), |
| 69 | +(10, 6, 30082, @PRICE, 0, 0, 694, 1, 'Talon of Azshara - Morogrim'), |
| 70 | +(10, 6, 30090, @PRICE, 0, 0, 694, 1, 'World Breaker - Karathress'), |
| 71 | +(10, 6, 30108, @PRICE, 0, 0, 694, 1, 'Lightfathom Scepter - Vashj'), |
| 72 | +(10, 6, 30103, @PRICE, 0, 0, 694, 1, 'Fang of Vashj - Vashj'), |
| 73 | +(10, 6, 30105, @PRICE, 0, 0, 694, 1, 'Serpent Spine Longbow - Vashj'); |
| 74 | + |
0 commit comments