Skip to content

Commit

Permalink
0.5.2: fixed bug in Era with MoltenArmor :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentilix committed Oct 20, 2022
1 parent 25d2403 commit 6f5a2fa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Buffalo/Buffalo-Classic.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: Buffalo - One-button buffing
## Notes: Smart addon to buff party / raid members
## Version: 0.5.1
## Version: 0.5.2
## Author: Mimma @ <EU-Pyrewood Village>
## Interface: 11403
## SavedVariables: Buffalo_Options
Expand Down
4 changes: 3 additions & 1 deletion Buffalo/Buffalo-Configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ function Buffalo_InitializeBuffMatrix()
matrix[SpellName_Mage_ArcaneIntellect] = Mage_ArcaneIntellect;
matrix[SpellName_Mage_AmplifyMagic] = Mage_AmplifyMagic;
matrix[SpellName_Mage_DampenMagic] = Mage_DampenMagic;
matrix[SpellName_Mage_MoltenArmor] = Mage_MoltenArmor;
if SpellName_Mage_MoltenArmor then
matrix[SpellName_Mage_MoltenArmor] = Mage_MoltenArmor;
end;
matrix[SpellName_Mage_MageArmor] = Mage_MageArmor;
matrix[SpellName_Mage_IceArmor] = Mage_IceArmor;
matrix[SpellName_Mage_IceBarrier] = Mage_IceBarrier;
Expand Down
2 changes: 1 addition & 1 deletion Buffalo/Buffalo-Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: Buffalo - One-button buffing
## Notes: Smart addon to buff party / raid members
## Version: 0.5.1
## Version: 0.5.2
## Author: Mimma @ <EU-Pyrewood Village>
## Interface: 30400
## SavedVariables: Buffalo_Options
Expand Down
2 changes: 1 addition & 1 deletion Buffalo/Buffalo.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: Buffalo - One-button buffing
## Notes: Smart addon to buff party / raid members
## Version: 0.5.1
## Version: 0.5.2
## Author: Mimma @ <EU-Pyrewood Village>
## Interface: 30400
## SavedVariables: Buffalo_Options
Expand Down
4 changes: 4 additions & 0 deletions Buffalo/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Priest PowerWordFortitude 53

Version history
---------------
Version 0.5.2
* Bugfix: Molten Armor (mage) buff caused Classic Era version to fail.


Version 0.5.1
* Added Molten Armor (mage) buff.
* Bugfix: Find Herbs / Minerals was not detected correct in WotLK.
Expand Down
Binary file added Releases/Buffalo-0.5.2.zip
Binary file not shown.

0 comments on commit 6f5a2fa

Please sign in to comment.