Skip to content

Commit

Permalink
Remove debug for release
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 6, 2017
1 parent 5dfd539 commit 0ab42fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Transcriptor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,9 @@ do
-- print("Transcriptor:", sourceName..":"..MobId(sourceGUID), "used spell", spellName..":"..spellId, "in event", event, "but isn't in our group.")
--end

if sourceName and band(sourceFlags, mineOrPartyOrRaid) ~= 0 and not sourceGUID:find("^P[le][at]") then
sourceGUID = sourceGUID .. "-TSGROUP"
end
--if sourceName and band(sourceFlags, mineOrPartyOrRaid) ~= 0 and not sourceGUID:find("^P[le][at]") then
-- sourceGUID = sourceGUID .. "-TSGROUP"
--end
if event == "SPELL_CAST_SUCCESS" and (not sourceName or band(sourceFlags, mineOrPartyOrRaid) == 0) then
if not compareSuccess then compareSuccess = {} end
if not compareSuccess[spellId] then compareSuccess[spellId] = {} end
Expand Down

0 comments on commit 0ab42fe

Please sign in to comment.