Skip to content

Commit

Permalink
Compatibility update for WoW 7.3.0
Browse files Browse the repository at this point in the history
* TalentID's were removed for skills that had talent positions changed. The presence of those skills can already be checked by SpellID, so having TalentID around and fixing it on talent swaps is not reasonable.
* TOC update
  • Loading branch information
homo-programmatis committed Sep 2, 2017
1 parent 49b01d2 commit d84753f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CatRotationHelper.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 70200
## Interface: 70300
## Title: CatRotationHelper
## Notes: Shows combo point and cooldown indicators for Cats and Bears
## SavedVariables: CatRotationHelperSettings
Expand Down
3 changes: 1 addition & 2 deletions LogicDruid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ g_Addon.Logics.Druid_BrutalSlash =
TextureSpecial = g_Addon.GetMyImage("BrutalSlash-Blue.tga"),
Type = g_Consts.LOGIC_TYPE_SKILL,
SpellID = 202028,
TalentID = 21646,
};

g_Addon.Logics.Druid_ElunesGuidance =
Expand All @@ -61,8 +60,8 @@ g_Addon.Logics.Druid_ElunesGuidance =
Texture = g_Addon.GetMyImage("ElunesGuidance.tga"),
Type = g_Consts.LOGIC_TYPE_SKILL,
SpellID = 202060,
TalentID = 22370,
};

g_Addon.Logics.Druid_GalacticGuardian =
{
ID = "Druid|Galactic Guardian",
Expand Down

0 comments on commit d84753f

Please sign in to comment.