Skip to content

Commit

Permalink
Emergency release of v1.4.3 after mark spam
Browse files Browse the repository at this point in the history
  • Loading branch information
ennvina committed May 10, 2024
1 parent 3431be5 commit 8878f68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SpellActivationOverlay.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 40400
## Title: |TInterface/Icons/Spell_Frost_Stun:16:16:0:0:512:512:64:448:64:448|t SpellActivationOverlay |cffa2f3ff1.4.1|r
## Title: |TInterface/Icons/Spell_Frost_Stun:16:16:0:0:512:512:64:448:64:448|t SpellActivationOverlay |cffa2f3ff1.4.2|r
## Notes: Mimic Spell Activation Overlays from Modern World of Warcraft
## Author: Vinny/Ennvina
## Version: 1.4.1
## Version: 1.4.2
## SavedVariables: SpellActivationOverlayDB

# SpellActivationOverlay.lua, SpellActivationOverlay.xml and all textures were created by Blizzard Entertainment, Inc.
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## SpellActivationOverlay Changelog

#### v1.4.3 (2024-05-11)

Bug Fixes
- Unnecessary information was written to the game chat

#### v1.4.1 (2024-05-10)

New effects:
Expand Down
2 changes: 0 additions & 2 deletions components/aura.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function SAO.RegisterAura(self, name, stacks, spellID, texture, positions, scale
end

function SAO:MarkAura(spellID, count)
print("maring aura "..spellID.." with count "..count);
if type(count) ~= 'number' then
self:Debug(Module, "Marking aura of "..tostring(spellID).." with invalid count "..tostring(count));
end
Expand All @@ -84,7 +83,6 @@ print("maring aura "..spellID.." with count "..count);
end

function SAO:UnmarkAura(spellID)
print("un-maring aura "..spellID.." which had count of "..tostring(self.AuraMarkers[spellID]));
self.AuraMarkers[spellID] = nil;
end

Expand Down

0 comments on commit 8878f68

Please sign in to comment.