From 2b28fddb482ec922cdb64ae3849920936b10ae31 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Tue, 19 Nov 2024 18:24:39 +0100 Subject: [PATCH] fix lvl80 feral names --- .../base/npc_talent_template_data_1_80_pvp_s6.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/sql/db-characters/base/npc_talent_template_data_1_80_pvp_s6.sql b/data/sql/db-characters/base/npc_talent_template_data_1_80_pvp_s6.sql index 10188cb..1033700 100644 --- a/data/sql/db-characters/base/npc_talent_template_data_1_80_pvp_s6.sql +++ b/data/sql/db-characters/base/npc_talent_template_data_1_80_pvp_s6.sql @@ -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'),