Skip to content

Commit e04f8a3

Browse files
committed
Fixed slash command.
1 parent e0346da commit e04f8a3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Gratwurst.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ local function slashcmd(msg, editbox)
247247
DEFAULT_CHAT_FRAME:AddMessage("|cffffedbaGratwurst:|r /gw enable -> Enable Gratwurst")
248248
DEFAULT_CHAT_FRAME:AddMessage("|cffffedbaGratwurst:|r /gw disable -> Disable Gratwurst")
249249
elseif (msg == "c") then
250-
Settings.OpenToCategory(category.GetID(), "Gratwurst")
250+
Settings.OpenToCategory(category.ID, "Gratwurst")
251251
elseif (msg == "enable") then
252252
GratwurstEnabled = true;
253253
print("Gratwurst enabled.");

Gratwurst.toc

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

updates.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.7.2 - Fixed slash command...again
12
1.7.0 - Updated TOC to The War Within.
23
Fixed addon not displaying in the menu.
34
Fixed /gw c command to open configuration menu correctly.

0 commit comments

Comments
 (0)