Skip to content

Commit

Permalink
Default message fix for the slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackluster committed Jun 11, 2024
1 parent 6018b7b commit e65da0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function event:ADDON_LOADED(addOnName, containsBindings)

-- Default message
if command == "default" then
TransmogLootHelper_Settings["message"] = "Do you need %item? I'd like to have it for transmog. :)"
TransmogLootHelper_Settings["message"] = "Do you need the %item you looted? If not, I'd like to have it for transmog. :)"
app.Print('Message set to: "'..TransmogLootHelper_Settings["message"]..'"')
-- Customise message
elseif command == "msg" then
Expand Down

0 comments on commit e65da0f

Please sign in to comment.