Skip to content

Commit 3c36ea2

Browse files
committed
remove loot rules question from messages
1 parent 80ea304 commit 3c36ea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Groupie.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 30400
22
## Title: Groupie
33
## Notes: A better LFG tool for Classic WoW.
4-
## Version: 1.50
4+
## Version: 1.51
55
## Author: Gogo, LemonDrake, Kynura, Raegen
66
## SavedVariables: GroupieDB
77
## X-Curse-Project-ID: 661450

RightClick.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ function addon.SendPlayerInfo(targetName, dropdownMenu, which, fullName, resultI
100100
end
101101

102102
local askLootRules = ""
103-
if resultID then
104-
askLootRules = "MS > OS? Any Reserves?" .. " "
105-
end
103+
--if resultID then
104+
-- askLootRules = "MS > OS? Any Reserves?" .. " "
105+
--end
106106

107107
local groupieMsg = format("{rt3} %s : %s%s %s! %s %s%s %s. %s(%s)%s",
108108
addonName,

0 commit comments

Comments
 (0)