Skip to content

Commit e0346da

Browse files
authored
Remove version number in config label. Set wow version toarget to 11000. (#29)
1 parent ff0e876 commit e0346da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gratwurst.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function SetConfigurationWindow()
3535
titleString:SetTextColor(1, 0.8196079, 0)
3636
titleString:SetShadowOffset(1, -1)
3737
titleString:SetShadowColor(0, 0, 0)
38-
titleString:SetText("Gratwurst 1.6 Config")
38+
titleString:SetText("Gratwurst Config")
3939

4040
Gratwurst = {};
4141
Gratwurst.ui = {};

Gratwurst.toc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Author: Bitobrian, Galiagante
2-
## Interface: 110002
2+
## Interface: 110000
33
## Notes: Automatically send congrats for achievements in chat.
44
## Title: Gratwurst
5-
## Version: 1.7.0
5+
## Version: 1.7.1
66
## DefaultState: Enabled
77
## SavedVariablesPerCharacter: GratwurstMessage, GratwurstDelayInSeconds, GratwurstEnabled, GratwurstUnitName, GratwurstRandomDelayEnabled, GratwurstRandomDelayMax, GratwurstShouldVary, GratwurstVariancePercentage, GratwurstIsGratzing
88
Gratwurst.xml

0 commit comments

Comments
 (0)