Skip to content

Commit

Permalink
Merge pull request #156 from Vapok/bugs/153-1
Browse files Browse the repository at this point in the history
Bugs/153 1
  • Loading branch information
Taidtuskecyh authored Dec 26, 2020
2 parents e002efc + 449bc83 commit af038f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/comm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ function CommDKP.Sync:OnCommReceived(prefix, message, distribution, sender)
elseif prefix == "CDKPWhitelist" and CommDKP:GetGuildRankIndex(UnitName("player")) > 1 then -- only applies if not GM
CommDKP:SetTable(CommDKP_Whitelist, false, _objReceived.Data, _objReceived.CurrentTeam);
elseif prefix == "CommDKPStand" then
CommDKP:GetTable(CommDKP_Standby, true, _objReceived.Data, _objReceived.CurrentTeam);
CommDKP:SetTable(CommDKP_Standby, true, _objReceived.Data, _objReceived.CurrentTeam); -- issues/153
elseif prefix == "CommDKPSetPrice" then
_objSetPrice = _objReceived.Data;
local _, _, Color, Ltype, itemID, Enchant, Gem1, Gem2, Gem3, Gem4, Suffix, Unique, LinkLvl, Name = string.find(_objSetPrice.link,"|?c?f?f?(%x*)|?H?([^:]*):?(%d+):?(%d*):?(%d*):?(%d*):?(%d*):?(%d*):?(%-?%d*):?(%-?%d*):?(%d*):?(%d*):?(%-?%d*)|?h?%[?([^%[%]]*)%]?|?h?|?r?")
Expand Down

0 comments on commit af038f7

Please sign in to comment.