Skip to content

Commit 29afc53

Browse files
committed
Buffalo 0.3.0 (Release)
1 parent d869116 commit 29afc53

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

Buffalo/Buffalo-Classic.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Title: Buffalo - One-button buffing
22
## Notes: Smart addon to buff party / raid members
3-
## Version: 0.3.0-beta2
3+
## Version: 0.3.0
44
## Author: Mimma @ <EU-Pyrewood Village>
55
## Interface: 11403
66
## SavedVariables: Buffalo_Options

Buffalo/Buffalo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ local CONFIG_DEFAULT_AnnounceMissingBuff = false;
6262
-- Configured values (TODO: a few selected are still not configurable)
6363
local CONFIG_AssignedBuffGroups = { }; -- List of groups and their assigned buffs via bitmask. Persisted, but no UI for it.
6464
local CONFIG_AssignedBuffSelf = 0x0000; -- (TODO: Make configurable!) List of assigned self buffs. Persisted, but no UI for it.
65-
local CONFIG_GroupBuffThreshold = 2; -- (TODO: Make configurable!) If at least N persons are missing same buff, group buffs will be used.
65+
local CONFIG_GroupBuffThreshold = 4; -- (TODO: Make configurable!) If at least N persons are missing same buff, group buffs will be used.
6666
local CONFIG_ScanFrequency = 0.3; -- (TODO: Make configurable!) Scan every N second.
6767
local CONFIG_AnnounceMissingBuff = false; -- (TODO: Make configurable!) Announce next buff being cast. Persisted, but no UI for it.
6868
local CONFIG_BuffButtonSize = 32; -- (TODO: Make configurable!) Size of buff button

Buffalo/Buffalo.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Title: Buffalo - One-button buffing
22
## Notes: Smart addon to buff party / raid members
3-
## Version: 0.3.0-beta2
3+
## Version: 0.3.0
44
## Author: Mimma @ <EU-Pyrewood Village>
55
## Interface: 20504
66
## SavedVariables: Buffalo_Options

Buffalo/Buffalo.wowsuo

0 Bytes
Binary file not shown.

Releases/Buffalo-0.3.0.zip

18.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)