Skip to content

Commit 73b3736

Browse files
committed
Update PvP talent data
1 parent 2911e1d commit 73b3736

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel
2727
* Add icons from The War Within 11.1.0 to icon picked
2828
* Add icons from Cataclysm Classic 4.4.2 to icon picker
2929
* Add icons from Classic Era 1.15.6 to icon picker
30+
* Update PvP talent data
3031

3132
### Fixed
3233

Clicked/Libs/LibTalentInfo-1.0/TalentDataRetail.lua

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local LibTalentInfo = LibStub and LibStub("LibTalentInfo-1.0", true)
2-
local version = 57292
2+
local version = 59679
33

44
if WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE or LibTalentInfo == nil or version <= LibTalentInfo:GetTalentProviderVersion() then
55
return
@@ -90,75 +90,75 @@ local specializations = {
9090
--- @type table<integer,integer[]>
9191
local pvpTalents = {
9292
-- Arcane Mage
93-
[62] = { 635, 637, 3517, 3529, 5397, 5488, 5491, 5589, 5601, 5661, }, -- Master of Escape, Improved Mass Invisibility, Temporal Shield, Kleptomania, Arcanosphere, Ice Wall, Ring of Fire, Master Shepherd, Ethereal Blink, Chrono Shift
93+
[62] = { 635, 637, 3529, 5397, 5488, 5491, 5589, 5601, 5661, 5707, }, -- Master of Escape, Improved Mass Invisibility, Kleptomania, Arcanosphere, Ice Wall, Ring of Fire, Master Shepherd, Ethereal Blink, Chrono Shift, Overpowered Barrier
9494
-- Fire Mage
95-
[63] = { 644, 648, 5389, 5489, 5495, 5588, 5602, 5621, 5656, }, -- World in Flames, Greater Pyroblast, Ring of Fire, Ice Wall, Glass Cannon, Master Shepherd, Ethereal Blink, Improved Mass Invisibility, Fireheart
95+
[63] = { 644, 648, 5389, 5489, 5495, 5588, 5602, 5621, 5685, 5706, }, -- World in Flames, Greater Pyroblast, Ring of Fire, Ice Wall, Glass Cannon, Master Shepherd, Ethereal Blink, Improved Mass Invisibility, Ignition Burst, Overpowered Barrier
9696
-- Frost Mage
97-
[64] = { 66, 632, 634, 5390, 5490, 5496, 5497, 5581, 5600, 5622, }, -- Icy Feet, Concentrated Coolness, Ice Form, Ice Wall, Ring of Fire, Frost Bomb, Snowdrift, Master Shepherd, Ethereal Blink, Improved Mass Invisibility
97+
[64] = { 66, 632, 634, 5390, 5490, 5496, 5497, 5581, 5600, 5622, 5708, }, -- Icy Feet, Concentrated Coolness, Ice Form, Ice Wall, Ring of Fire, Frost Bomb, Snowdrift, Master Shepherd, Ethereal Blink, Improved Mass Invisibility, Overpowered Barrier
9898
-- Holy Paladin
99-
[65] = { 85, 86, 87, 88, 640, 642, 3618, 5583, 5618, 5657, 5663, 5665, }, -- Ultimate Sacrifice, Darkest before the Dawn, Spreading the Word, Blessed Hands, Divine Vision, Cleanse the Weak, Hallowed Ground, Searing Glare, Denounce, Judgments of the Pure, Divine Plea, Spellbreaker
99+
[65] = { 85, 86, 87, 640, 642, 3618, 5583, 5618, 5663, 5665, 5674, 5676, 5692, }, -- Ultimate Sacrifice, Darkest before the Dawn, Spreading the Word, Divine Vision, Cleanse the Weak, Hallowed Ground, Searing Glare, Denounce, Divine Plea, Spellbreaker, Luminescence, Shining Revelation, Blessing of Spellwarding
100100
-- Protection Paladin
101-
[66] = { 90, 91, 92, 94, 97, 844, 860, 861, 3474, 5554, 5582, 5664, 5667, }, -- Hallowed Ground, Steed of Glory, Sacred Duty, Guardian of the Forgotten Queen, Guarded by the Light, Inquisition, Warrior of Light, Shield of Virtue, Luminescence, Aura of Reckoning, Searing Glare, Bear the Burden, Spellbreaker
101+
[66] = { 90, 91, 92, 94, 97, 844, 860, 861, 3474, 5582, 5664, 5667, 5677, }, -- Hallowed Ground, Steed of Glory, Sacred Duty, Guardian of the Forgotten Queen, Guarded by the Light, Inquisition, Warrior of Light, Shield of Virtue, Luminescence, Searing Glare, Bear the Burden, Spellbreaker, Shining Revelation
102102
-- Retribution Paladin
103-
[70] = { 81, 752, 754, 756, 5535, 5572, 5573, 5584, 5666, 753, }, -- Luminescence, Blessing of Sanctuary, Lawbringer, Aura of Reckoning, Hallowed Ground, Spreading the Word, Blessing of Spellwarding, Searing Glare, Spellbreaker, Ultimate Retribution
103+
[70] = { 81, 752, 753, 5535, 5572, 5573, 5584, 5666, 5675, }, -- Luminescence, Blessing of Sanctuary, Ultimate Retribution, Hallowed Ground, Spreading the Word, Blessing of Spellwarding, Searing Glare, Spellbreaker, Shining Revelation
104104
-- Arms Warrior
105-
[71] = { 28, 29, 31, 32, 33, 34, 3534, 5372, 5376, 5547, 5625, 5630, }, -- Master and Commander, Shadow of the Colossus, Storm of Destruction, War Banner, Sharpen Blade, Duel, Disarm, Demolition, Warbringer, Rebound, Safeguard, Battlefield Commander
105+
[71] = { 28, 31, 33, 34, 3534, 5372, 5547, 5625, 5630, 5679, 5701, }, -- Master and Commander, Storm of Destruction, Sharpen Blade, Duel, Disarm, Demolition, Rebound, Safeguard, Battlefield Commander, Dragon Charge, Berserker Roar
106106
-- Fury Warrior
107-
[72] = { 166, 170, 177, 179, 3528, 3533, 3735, 5373, 5431, 5548, 5624, 5628, }, -- Barbarian, Battle Trance, Enduring Rage, Death Wish, Master and Commander, Disarm, Slaughterhouse, Demolition, Warbringer, Rebound, Safeguard, Battlefield Commander
107+
[72] = { 177, 179, 3528, 3533, 3735, 5373, 5548, 5624, 5628, 5678, 5702, }, -- Enduring Rage, Death Wish, Master and Commander, Disarm, Slaughterhouse, Demolition, Rebound, Safeguard, Battlefield Commander, Dragon Charge, Berserker Roar
108108
-- Protection Warrior
109-
[73] = { 24, 168, 171, 173, 175, 178, 831, 833, 845, 5374, 5432, 5626, 5627, 5629, }, -- Disarm, Bodyguard, Morale Killer, Shield Bash, Thunderstruck, Warpath, Dragon Charge, Rebound, Oppressor, Demolition, Warbringer, Safeguard, Storm of Destruction, Battlefield Commander
109+
[73] = { 24, 168, 171, 173, 175, 831, 833, 845, 5374, 5626, 5627, 5629, 5703, }, -- Disarm, Bodyguard, Morale Killer, Shield Bash, Thunderstruck, Dragon Charge, Rebound, Oppressor, Demolition, Safeguard, Storm of Destruction, Battlefield Commander, Berserker Roar
110110
-- Balance Druid
111111
[102] = { 180, 182, 184, 185, 822, 834, 836, 3058, 3728, 3731, 5383, 5407, 5515, 5604, 5646, }, -- Celestial Guardian, Crescent Burn, Moon and Stars, Moonkin Aura, Dying Stars, Deep Roots, Faerie Swarm, Star Burst, Protector of the Grove, Thorns, High Winds, Owlkin Adept, Malorne's Swiftness, Master Shapeshifter, Tireless Pursuit
112112
-- Feral Druid
113-
[103] = { 201, 203, 601, 602, 611, 612, 620, 820, 3053, 3751, 5384, 5647, }, -- Thorns, Freedom of the Herd, Malorne's Swiftness, King of the Jungle, Ferocious Wound, Fresh Wound, Wicked Claws, Savage Momentum, Strength of the Wild, Leader of the Pack, High Winds, Tireless Pursuit
113+
[103] = { 201, 203, 601, 611, 612, 620, 820, 3053, 3751, 5384, 5647, }, -- Thorns, Freedom of the Herd, Malorne's Swiftness, Ferocious Wound, Fresh Wound, Wicked Claws, Savage Momentum, Strength of the Wild, Leader of the Pack, High Winds, Tireless Pursuit
114114
-- Guardian Druid
115115
[104] = { 49, 51, 52, 194, 195, 196, 197, 842, 1237, 3750, 5410, 5648, }, -- Master Shapeshifter, Den Mother, Demoralizing Roar, Charging Bash, Entangling Claws, Overrun, Emerald Slumber, Alpha Challenge, Malorne's Swiftness, Freedom of the Herd, Grove Protection, Tireless Pursuit
116116
-- Restoration Druid
117-
[105] = { 59, 692, 697, 700, 835, 838, 1215, 5387, 5514, 5649, }, -- Disentanglement, Entangling Bark, Thorns, Deep Roots, Focused Growth, High Winds, Early Spring, Preserve Nature, Malorne's Swiftness, Tireless Pursuit
117+
[105] = { 59, 692, 697, 700, 838, 1215, 5514, 5649, 5668, 5687, }, -- Disentanglement, Entangling Bark, Thorns, Deep Roots, High Winds, Early Spring, Malorne's Swiftness, Tireless Pursuit, Ancient of Lore, Forest Guardian
118118
-- Blood Death Knight
119-
[250] = { 204, 205, 206, 608, 609, 841, 3441, 3511, 5587, 5592, }, -- Rot and Wither, Walking Dead, Strangulate, Last Dance, Death Chain, Murderous Intent, Decomposing Aura, Dark Simulacrum, Bloodforged Armor, Spellwarden
119+
[250] = { 204, 206, 608, 609, 841, 3441, 3511, 5587, 5592, }, -- Rot and Wither, Strangulate, Last Dance, Death Chain, Murderous Intent, Decomposing Aura, Dark Simulacrum, Bloodforged Armor, Spellwarden
120120
-- Frost Death Knight
121-
[251] = { 701, 702, 3439, 3512, 3743, 5429, 5435, 5510, 5586, 5591, }, -- Deathchill, Delirium, Shroud of Winter, Dark Simulacrum, Dead of Winter, Strangulate, Bitter Chill, Rot and Wither, Bloodforged Armor, Spellwarden
121+
[251] = { 701, 702, 3439, 3512, 5429, 5435, 5510, 5586, 5591, 5693, }, -- Deathchill, Delirium, Shroud of Winter, Dark Simulacrum, Strangulate, Bitter Chill, Rot and Wither, Bloodforged Armor, Spellwarden, Death's Cold Embrace
122122
-- Unholy Death Knight
123123
[252] = { 40, 41, 149, 152, 3746, 5430, 5436, 5511, 5585, 5590, }, -- Life and Death, Dark Simulacrum, Necrotic Wounds, Reanimation, Necromancer's Bargain, Strangulate, Doomburst, Rot and Wither, Bloodforged Armor, Spellwarden
124124
-- Beast Mastery Hunter
125-
[253] = { 693, 824, 825, 1214, 3599, 3604, 3730, 5441, 5444, 5534, }, -- The Beast Within, Dire Beast: Hawk, Dire Beast: Basilisk, Interlope, Survival Tactics, Chimaeral Sting, Hunting Pack, Wild Kingdom, Kindred Beasts, Diamond Ice
125+
[253] = { 693, 824, 825, 1214, 3599, 3604, 3730, 5441, 5444, 5534, 5689, }, -- The Beast Within, Dire Beast: Hawk, Dire Beast: Basilisk, Interlope, Survival Tactics, Chimaeral Sting, Hunting Pack, Wild Kingdom, Kindred Beasts, Diamond Ice, Explosive Powder
126126
-- Marksmanship Hunter
127-
[254] = { 651, 653, 658, 659, 660, 3729, 5440, 5442, 5531, 5533, }, -- Survival Tactics, Chimaeral Sting, Trueshot Mastery, Ranger's Finesse, Sniper Shot, Hunting Pack, Consecutive Concussion, Wild Kingdom, Interlope, Diamond Ice
127+
[254] = { 651, 653, 659, 660, 3729, 5440, 5533, 5688, 5700, }, -- Survival Tactics, Chimaeral Sting, Ranger's Finesse, Sniper's Advantage, Hunting Pack, Consecutive Concussion, Diamond Ice, Explosive Powder, Aspect of the Fox
128128
-- Survival Hunter
129-
[255] = { 661, 662, 664, 665, 686, 3607, 3609, 5443, 5532, }, -- Hunting Pack, Mending Bandage, Sticky Tar Bomb, Tracker's Net, Diamond Ice, Survival Tactics, Chimaeral Sting, Wild Kingdom, Interlope
129+
[255] = { 661, 662, 664, 665, 686, 3607, 3609, 5443, 5532, 5690, }, -- Hunting Pack, Mending Bandage, Sticky Tar Bomb, Tracker's Net, Diamond Ice, Survival Tactics, Chimaeral Sting, Wild Kingdom, Interlope, Explosive Powder
130130
-- Discipline Priest
131131
[256] = { 100, 109, 111, 114, 123, 126, 855, 5416, 5480, 5487, 5570, 5635, 5640, }, -- Purification, Trinity, Strength of Soul, Ultimate Radiance, Archangel, Dark Archangel, Thoughtsteal, Inner Light and Shadow, Absolute Faith, Catharsis, Phase Shift, Improved Mass Dispel, Mindgames
132132
-- Holy Priest
133-
[257] = { 101, 108, 112, 124, 127, 1927, 5365, 5366, 5479, 5485, 5569, 5620, 5634, 5639, }, -- Holy Ward, Sanctified Ground, Greater Heal, Spirit of the Redeemer, Ray of Hope, Absolute Faith, Thoughtsteal, Divine Ascension, Purification, Catharsis, Phase Shift, Seraphic Crescendo, Improved Mass Dispel, Mindgames
133+
[257] = { 101, 108, 112, 124, 127, 1927, 5365, 5366, 5479, 5485, 5569, 5634, 5639, }, -- Holy Ward, Sanctified Ground, Greater Heal, Spirit of the Redeemer, Ray of Hope, Absolute Faith, Thoughtsteal, Divine Ascension, Purification, Catharsis, Phase Shift, Improved Mass Dispel, Mindgames
134134
-- Shadow Priest
135135
[258] = { 106, 113, 763, 5381, 5447, 5481, 5486, 5568, 5636, 5638, }, -- Driven to Madness, Mind Trauma, Psyfiend, Thoughtsteal, Void Volley, Absolute Faith, Catharsis, Phase Shift, Improved Mass Dispel, Mindgames
136136
-- Assassination Rogue
137-
[259] = { 141, 147, 830, 3448, 3479, 3480, 5405, 5408, 5517, 5530, 5550, }, -- Creeping Venom, System Shock, Hemotoxin, Maneuverability, Death from Above, Smoke Bomb, Dismantle, Thick as Thieves, Veil of Midnight, Control is King, Dagger in the Dark
137+
[259] = { 141, 147, 830, 3448, 3479, 3480, 5405, 5408, 5530, 5550, 5697, }, -- Creeping Venom, System Shock, Hemotoxin, Maneuverability, Death from Above, Smoke Bomb, Dismantle, Thick as Thieves, Control is King, Dagger in the Dark, Preemptive Maneuver
138138
-- Outlaw Rogue
139-
[260] = { 129, 135, 138, 139, 145, 853, 1208, 3421, 3483, 3619, 5412, 5516, 5549, }, -- Maneuverability, Take Your Cut, Control is King, Drink Up Me Hearties, Dismantle, Boarding Party, Thick as Thieves, Turn the Tables, Smoke Bomb, Death from Above, Enduring Brawler, Veil of Midnight, Dagger in the Dark
139+
[260] = { 129, 138, 139, 145, 853, 1208, 3421, 3483, 3619, 5549, 5699, }, -- Maneuverability, Control is King, Drink Up Me Hearties, Dismantle, Boarding Party, Thick as Thieves, Turn the Tables, Smoke Bomb, Death from Above, Dagger in the Dark, Preemptive Maneuver
140140
-- Subtlety Rogue
141-
[261] = { 136, 146, 153, 846, 856, 1209, 3447, 3462, 5406, 5409, 5411, 5529, }, -- Veil of Midnight, Thief's Bargain, Shadowy Duel, Dagger in the Dark, Silhouette, Smoke Bomb, Maneuverability, Death from Above, Dismantle, Thick as Thieves, Distracting Mirage, Control is King
141+
[261] = { 146, 846, 856, 1209, 3447, 3462, 5406, 5409, 5411, 5529, 5698, }, -- Thief's Bargain, Dagger in the Dark, Silhouette, Smoke Bomb, Maneuverability, Death from Above, Dismantle, Thick as Thieves, Distracting Mirage, Control is King, Preemptive Maneuver
142142
-- Elemental Shaman
143-
[262] = { 727, 3488, 3490, 3491, 3620, 5574, 5659, 5660, }, -- Static Field Totem, Totem of Wrath, Counterstrike Totem, Unleash Shield, Grounding Totem, Burrow, Electrocute, Shamanism
143+
[262] = { 727, 3488, 3490, 3491, 3620, 5574, 5659, 5660, 5681, }, -- Static Field Totem, Totem of Wrath, Counterstrike Totem, Unleash Shield, Grounding Totem, Burrow, Electrocute, Shamanism, Storm Conduit
144144
-- Enhancement Shaman
145-
[263] = { 721, 722, 3487, 3489, 3492, 3622, 5438, 5575, 5596, 5658, }, -- Ride the Lightning, Shamanism, Totem of Wrath, Counterstrike Totem, Unleash Shield, Grounding Totem, Static Field Totem, Burrow, Stormweaver, Electrocute
145+
[263] = { 722, 3487, 3489, 3492, 3622, 5438, 5575, 5596, 5658, }, -- Shamanism, Totem of Wrath, Counterstrike Totem, Unleash Shield, Grounding Totem, Static Field Totem, Burrow, Stormweaver, Electrocute
146146
-- Restoration Shaman
147-
[264] = { 707, 708, 714, 715, 3755, 5388, 5437, 5567, 5576, }, -- Totem of Wrath, Counterstrike Totem, Electrocute, Grounding Totem, Rain Dance, Living Tide, Unleash Shield, Static Field Totem, Burrow
147+
[264] = { 708, 714, 715, 3755, 5388, 5437, 5567, 5576, 5704, 5705, }, -- Counterstrike Totem, Electrocute, Grounding Totem, Rain Dance, Living Tide, Unleash Shield, Static Field Totem, Burrow, Storm Conduit, Totem of Wrath
148148
-- Affliction Warlock
149-
[265] = { 15, 16, 18, 19, 5379, 5386, 5392, 5543, 5546, 5579, 5608, 5662, }, -- Gateway Mastery, Rot and Decay, Nether Ward, Essence Drain, Rampant Afflictions, Jinx, Shadow Rift, Call Observer, Bonds of Fel, Impish Instincts, Soul Rip, Soul Swap
149+
[265] = { 15, 16, 18, 19, 5379, 5386, 5392, 5546, 5579, 5608, 5662, 5695, }, -- Gateway Mastery, Rot and Decay, Nether Ward, Essence Drain, Rampant Afflictions, Jinx, Shadow Rift, Bonds of Fel, Impish Instincts, Soul Rip, Soul Swap, Bloodstones
150150
-- Demonology Warlock
151-
[266] = { 162, 165, 1213, 3506, 3624, 5394, 5545, 5577, 5606, }, -- Call Fel Lord, Call Observer, Master Summoner, Gateway Mastery, Nether Ward, Shadow Rift, Bonds of Fel, Impish Instincts, Soul Rip
151+
[266] = { 162, 1213, 3506, 3624, 5394, 5545, 5577, 5606, 5694, }, -- Call Fel Lord, Master Summoner, Gateway Mastery, Nether Ward, Shadow Rift, Bonds of Fel, Impish Instincts, Soul Rip, Bloodstones
152152
-- Destruction Warlock
153-
[267] = { 157, 164, 3508, 5382, 5393, 5401, 5544, 5580, 5607, }, -- Fel Fissure, Bane of Havoc, Nether Ward, Gateway Mastery, Shadow Rift, Bonds of Fel, Call Observer, Impish Instincts, Soul Rip
153+
[267] = { 157, 164, 3508, 5382, 5393, 5401, 5580, 5607, 5696, }, -- Fel Fissure, Bane of Havoc, Nether Ward, Gateway Mastery, Shadow Rift, Bonds of Fel, Impish Instincts, Soul Rip, Bloodstones
154154
-- Brewmaster Monk
155-
[268] = { 666, 667, 668, 669, 670, 672, 673, 765, 843, 1958, 5417, 5538, 5541, 5552, }, -- Microbrew, Hot Trub, Guided Meditation, Avert Harm, Nimble Brew, Double Barrel, Mighty Ox Kick, Eerie Fermentation, Admonishment, Niuzao's Essence, Rodeo, Grapple Weapon, Dematerialize, Alpha Tiger
155+
[268] = { 666, 667, 668, 669, 670, 672, 673, 765, 843, 1958, 5417, 5538, 5541, }, -- Microbrew, Hot Trub, Guided Meditation, Avert Harm, Nimble Brew, Double Barrel, Mighty Ox Kick, Eerie Fermentation, Admonishment, Niuzao's Essence, Rodeo, Grapple Weapon, Dematerialize
156156
-- Windwalker Monk
157-
[269] = { 77, 675, 852, 3052, 3737, 3744, 3745, 5448, 5610, 5641, 5643, 5644, }, -- Ride the Wind, Tigereye Brew, Reverse Harm, Grapple Weapon, Wind Waker, Predestination, Turbo Fists, Perpetual Paralysis, Stormspirit Strikes, Absolute Serenity, Rising Dragon Sweep, Rodeo
157+
[269] = { 77, 675, 3052, 3737, 3744, 3745, 5448, 5610, 5641, 5643, 5644, }, -- Ride the Wind, Tigereye Brew, Grapple Weapon, Wind Waker, Predestination, Turbo Fists, Perpetual Paralysis, Stormspirit Strikes, Absolute Serenity, Rising Dragon Sweep, Rodeo
158158
-- Mistweaver Monk
159-
[270] = { 70, 679, 683, 1928, 3732, 5395, 5398, 5539, 5551, 5565, 5603, 5642, 5645, }, -- Eminence, Counteract Magic, Healing Sphere, Zen Focus Tea, Grapple Weapon, Peaceweaver, Dematerialize, Mighty Ox Kick, Alpha Tiger, Jadefire Accord, Zen Spheres, Absolute Serenity, Rodeo
159+
[270] = { 70, 679, 683, 1928, 3732, 5395, 5398, 5539, 5565, 5603, 5642, 5645, 5669, }, -- Eminence, Counteract Magic, Healing Sphere, Zen Focus Tea, Grapple Weapon, Peaceweaver, Dematerialize, Mighty Ox Kick, Jadefire Accord, Zen Spheres, Absolute Serenity, Rodeo, Feather Feet
160160
-- Havoc Demon Hunter
161-
[577] = { 805, 806, 811, 812, 813, 1206, 1218, 5433, 5523, }, -- Cleansed by Flame, Reverse Magic, Rain from Above, Detainment, Glimpse, Cover of Darkness, Unending Hatred, Blood Moon, Sigil Mastery
161+
[577] = { 805, 806, 811, 812, 813, 1206, 1218, 5433, 5523, 5691, }, -- Cleansed by Flame, Reverse Magic, Rain from Above, Detainment, Glimpse, Cover of Darkness, Unending Hatred, Blood Moon, Sigil Mastery, Illidan's Grasp
162162
-- Vengeance Demon Hunter
163163
[581] = { 814, 815, 816, 819, 1220, 1948, 3423, 3429, 3430, 3727, 5434, 5520, 5521, 5522, }, -- Cleansed by Flame, Everlasting Hunt, Jagged Spikes, Illidan's Grasp, Tormentor, Sigil Mastery, Demonic Trample, Reverse Magic, Detainment, Unending Hatred, Blood Moon, Cover of Darkness, Rain from Above, Glimpse
164164
-- Initial Shaman
@@ -188,11 +188,11 @@ local pvpTalents = {
188188
-- Initial Evoker
189189
[1465] = { },
190190
-- Devastation Evoker
191-
[1467] = { 5456, 5460, 5462, 5464, 5466, 5467, 5469, 5471, 5556, 5599, 5617, }, -- Chrono Loop, Obsidian Mettle, Scouring Flame, Time Stop, Swoop Up, Nullifying Shroud, Unburdened Flight, Crippling Force, Divide and Conquer, Dream Catcher, Dreamwalker's Embrace
191+
[1467] = { 5456, 5460, 5462, 5464, 5466, 5467, 5469, 5556, 5617, }, -- Chrono Loop, Obsidian Mettle, Scouring Flame, Time Stop, Swoop Up, Nullifying Shroud, Unburdened Flight, Divide and Conquer, Dreamwalker's Embrace
192192
-- Preservation Evoker
193-
[1468] = { 5454, 5455, 5459, 5461, 5463, 5465, 5468, 5470, 5595, 5598, 5616, }, -- Dream Projection, Chrono Loop, Obsidian Mettle, Scouring Flame, Time Stop, Swoop Up, Nullifying Shroud, Unburdened Flight, Divide and Conquer, Dream Catcher, Dreamwalker's Embrace
193+
[1468] = { 5455, 5459, 5461, 5463, 5465, 5468, 5470, 5595, 5616, 5711, }, -- Chrono Loop, Obsidian Mettle, Scouring Flame, Time Stop, Swoop Up, Nullifying Shroud, Unburdened Flight, Divide and Conquer, Dreamwalker's Embrace, Dream Projection
194194
-- Augmentation Evoker
195-
[1473] = { 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5612, 5613, 5615, 5619, }, -- Divide and Conquer, Nullifying Shroud, Dream Projection, Unburdened Flight, Scouring Flame, Swoop Up, Obsidian Mettle, Chrono Loop, Born in Flame, Dream Catcher, Dreamwalker's Embrace, Time Stop
195+
[1473] = { 5454, 5557, 5558, 5560, 5561, 5562, 5563, 5564, 5612, 5615, 5619, }, -- Seismic Slam, Divide and Conquer, Nullifying Shroud, Unburdened Flight, Scouring Flame, Swoop Up, Obsidian Mettle, Chrono Loop, Born in Flame, Dreamwalker's Embrace, Time Stop
196196
}
197197

198198
LibTalentInfo:RegisterTalentProvider({

0 commit comments

Comments
 (0)