Skip to content

Commit

Permalink
- more force in combat
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Dec 5, 2023
1 parent 7515d3e commit a9f1e0f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Plater_ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ function Plater.GetChangelogTable()
if (not Plater.ChangeLogTable) then
Plater.ChangeLogTable = {

{1701784522, "Backend Change", "December 5th, 2023", "Adding more 10.2 units to 'forced in combat'.", "cont1nuity"},
{1701784522, "Backend Change", "December 2nd, 2023", "Fixes for broken cast bars in classic.", "cont1nuity"},
{1701784522, "Backend Change", "November 24th, 2023", "Fixes for broken range checks.", "cont1nuity"},
{1701784522, "Backend Change", "November 22th, 2023", "Adding cast animations for 10.2.", "Terciob"},

{1700257286, "Backend Change", "November 19th, 2023", "Resetting range check ranges where they are no longer set properly due to backend changes.", "cont1nuity"},
{1700257286, "Backend Change", "November 17th, 2023", "Switch to LibRangeCheck-3.0 with combat range detection.", "cont1nuity"},
{1700257286, "Hotfix", "November 17th, 2023", "Cleaning up hotfix.", "cont1nuity"},
Expand Down
15 changes: 15 additions & 0 deletions Plater_Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,21 @@ function platerInternal.CreateDataTables(Plater)
[203812] = true, --Voice From Beyond
[100818] = true, -- Bellowing Idol
[92538] = true, -- Tarspitter Grub
[136330] = true, -- Soul Thorns
[136541] = true, -- Bile Oozeling
[133361] = true, -- Wasting Servant
[99664] = true, -- Restless Soul
[101008] = true, -- Stinging Swarm
[213219] = true, -- Bubbling Ooze
[214117] = true, -- Stormflurry Totem
[84400] = true, -- Flourishing Ancient
[100991] = true, -- Strangling Roots
[131009] = true, -- Spirit of Gold
[127315] = true, -- Reanimation Totem
[127315] = true, -- Reanimation Totem
[125828] = true, -- Soulspawn
[205212] = true, -- Infinite Keeper
[205265] = true, -- Time-Displaced Trooper
}

--textures used in the cooldown animation, scripts can add more values to it, profile holds only the path to it
Expand Down

0 comments on commit a9f1e0f

Please sign in to comment.