- Improvements on our support for Arena battles.

- Fixed some issues on the Player Detail Window.
This commit is contained in:
Tercio
2015-08-24 01:05:22 -03:00
parent 574b79137a
commit 583fb84645
9 changed files with 177 additions and 232 deletions
+2
View File
@@ -144,6 +144,8 @@
--spellid, spellname, spelltype
end
-- /run local f=CreateFrame("frame");f:RegisterAllEvents();f:SetScript("OnEvent", function(self, ...)print (...);end)
-- /run local f=CreateFrame("frame");f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");f:SetScript("OnEvent", function(self, ...)print (...);end)
-- /run local f=CreateFrame("frame");f:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");f:SetScript("OnEvent",function(self, ...) local a = select(6, ...);if (a=="<chr name>")then print (...) end end)