Skip to content

Commit

Permalink
fix lvl80 feral names
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Nov 19, 2024
1 parent 4c5a12c commit 2b28fdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ INSERT INTO `mod_npc_talent_template_index` (`playerClass`, `playerSpec`, `gossi
('Warlock', 'Demonology80PvPS6', @ACTION+016, '|cff00ff00|TInterface\\icons\\spell_shadow_metamorphosis:30|t|r Use Demonology S6 PvP Spec (Talents and Glyphs only)', 6, @MINLEVEL, @MAXLEVEL, 'Demonology80PvP', 'Demonology80PvP'),
('Warlock', 'Destruction80PvPS6', @ACTION+017, '|cff00ff00|TInterface\\icons\\spell_shadow_rainoffire:30|t|r Use Destruction S6 PvP Spec (Talents and Glyphs only)', 6, @MINLEVEL, @MAXLEVEL, 'Destruction80PvP', 'Destruction80PvP'),
('Druid', 'Balance80PvPS6', @ACTION+018, '|cff00ff00|TInterface\\icons\\spell_nature_starfall:30|t|r Use Balance S6 PvP Spec', 7, @MINLEVEL, @MAXLEVEL, 'Balance80PvP', 'Balance80PvP'),
('Druid', 'Cat80PvPS6', @ACTION+019, '|cff00ff00|TInterface\\icons\\ability_racial_bearform:30|t|r Use Feral S6 PvP Spec', 7, @MINLEVEL, @MAXLEVEL, 'Cat80PvP', 'Cat80PvP'),
('Druid', 'Feral80PvPS6', @ACTION+019, '|cff00ff00|TInterface\\icons\\ability_racial_bearform:30|t|r Use Feral S6 PvP Spec', 7, @MINLEVEL, @MAXLEVEL, 'Feral80PvP', 'Feral80PvP'),
('Druid', 'Restoration80PvPS6', @ACTION+020, '|cff00ff00|TInterface\\icons\\spell_nature_healingtouch:30|t|r Use Restoration S6 PvP Spec', 7, @MINLEVEL, @MAXLEVEL, 'Restoration80PvP', 'Restoration80PvP'),
('Druid', 'Balance80PvPS6', @ACTION+021, '|cff00ff00|TInterface\\icons\\spell_nature_starfall:30|t|r Use Balance S6 PvP Spec (Talents and Glyphs only)', 6, @MINLEVEL, @MAXLEVEL, 'Balance80PvP', 'Balance80PvP'),
('Druid', 'Cat80PvPS6', @ACTION+022, '|cff00ff00|TInterface\\icons\\ability_racial_bearform:30|t|r Use Feral S6 PvP Spec (Talents and Glyphs only)', 6, @MINLEVEL, @MAXLEVEL, 'Cat80PvP', 'Cat80PvP'),
('Druid', 'Feral80PvPS6', @ACTION+022, '|cff00ff00|TInterface\\icons\\ability_racial_bearform:30|t|r Use Feral S6 PvP Spec (Talents and Glyphs only)', 6, @MINLEVEL, @MAXLEVEL, 'Feral80PvP', 'Feral80PvP'),
('Druid', 'Restoration80PvPS6', @ACTION+023, '|cff00ff00|TInterface\\icons\\spell_nature_healingtouch:30|t|r Use Restoration S6 PvP Spec (Talents and Glyphs only)', 6, @MINLEVEL, @MAXLEVEL, 'Restoration80PvP', 'Restoration80PvP'),
('Rogue', 'Assassination80PvPS6', @ACTION+024, '|cff00ff00|TInterface\\icons\\ability_rogue_eviscerate:30|t|r Use Assassination S6 PvP Spec', 7, @MINLEVEL, @MAXLEVEL, 'Assassination80PvP', 'Assassination80PvP'),
('Rogue', 'Combat80PvPS6', @ACTION+025, '|cff00ff00|TInterface\\icons\\ability_backstab:30|t|r Use Combat S6 PvP Spec', 7, @MINLEVEL, @MAXLEVEL, 'Combat80PvP', 'Combat80PvP'),
Expand Down

0 comments on commit 2b28fdd

Please sign in to comment.