Skip to content

Commit 3ef18ec

Browse files
committed
2018, TOC 8000, CombatLogGetCurrentEventInfo
1 parent 82ec435 commit 3ef18ec

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 8.0.0.0
2+
3+
* Updated for WoW 8.0
4+
15
### Version 7.1.0.0
26

37
* Updated for WoW 7.1

GridStatusHealTrace.lua

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
GridStatusHealTrace
33
Shows in Grid who was healed by your multi-target heals.
44
Copyright (c) 2010-2011 Akkorian <[email protected]>. All rights reserved.
5-
Copyright (c) 2011-2016 Phanx <[email protected]>. All rights reserved.
6-
http://www.wowinterface.com/downloads/info16608-GridStatusHealTrace.html
7-
https://mods.curse.com/addons/wow/gridstatushealtrace
5+
Copyright (c) 2011-2018 Phanx <[email protected]>. All rights reserved.
6+
https://www.wowinterface.com/downloads/info16608-GridStatusHealTrace.html
7+
https://www.curseforge.com/wow/addons/gridstatushealtrace
88
https://github.com/Phanx/GridStatusHealTrace
99
1010
TODO:
@@ -242,7 +242,8 @@ timerFrame:SetScript("OnUpdate", function(self, elapsed)
242242
end
243243
end)
244244

245-
function GridStatusHealTrace:COMBAT_LOG_EVENT_UNFILTERED(_, _, event, _, sourceGUID, sourceName, _, _, destGUID, destName, _, _, spellID, spellName)
245+
function GridStatusHealTrace:COMBAT_LOG_EVENT_UNFILTERED(_, _, event)
246+
local _, sourceGUID, sourceName, _, _, destGUID, destName, _, _, spellID, spellName = CombatLogGetCurrentEventInfo()
246247
if sourceGUID ~= playerGUID or event ~= "SPELL_HEAL" or not spells[spellName] then
247248
return
248249
end

GridStatusHealTrace.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 70100
1+
## Interface: 80000
22
## Version: @project-version@
33

44
## Title: GridStatusHealTrace
@@ -17,7 +17,7 @@
1717
## Author: Phanx
1818
## X-Email: [email protected]
1919
## X-Credits: Originally written by Akkorian.
20-
## X-Copyright: Copyright (c) 2010-2016 Akkorian, Phanx. All rights reserved.
20+
## X-License: All Rights Reserved
2121
## X-Website: https://github.com/Phanx/GridStatusHealTrace
2222
## X-WoWI-ID: 16608
2323

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2010-2011 Akkorian <[email protected]>
2-
Copyright (c) 2011-2016 Phanx <[email protected]>
2+
Copyright (c) 2011-2018 Phanx <[email protected]>
33

44
All rights reserved.
55

Localization.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
GridStatusHealTrace
33
Shows in Grid who was healed by your multi-target heals.
44
Copyright (c) 2010-2011 Akkorian <[email protected]>. All rights reserved.
5-
Copyright (c) 2011-2016 Phanx <[email protected]>. All rights reserved.
6-
http://www.wowinterface.com/downloads/info16608-GridStatusHealTrace.html
7-
https://mods.curse.com/addons/wow/gridstatushealtrace
5+
Copyright (c) 2011-2018 Phanx <[email protected]>. All rights reserved.
6+
https://www.wowinterface.com/downloads/info16608-GridStatusHealTrace.html
7+
https://www.curseforge.com/wow/addons/gridstatushealtrace
88
https://github.com/Phanx/GridStatusHealTrace
99
----------------------------------------------------------------------]]
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ GridStatusHealTrace
1212
**ZH-CN** — 在Grid里显示你的群体治疗法术的治疗目标。
1313
**ZH-TW** — 在Grid中顯示群體治療法術的目標。
1414

15-
* [Download from Curse](https://mods.curse.com/addons/wow/gridstatushealtrace)
16-
* [Download from WoWInterface](http://www.wowinterface.com/downloads/info16608-GridStatusHealTrace.html)
15+
* [Download from Curse](https://www.curseforge.com/wow/addons/gridstatushealtrace)
16+
* [Download from WoWInterface](https://www.wowinterface.com/downloads/info16608-GridStatusHealTrace.html)

0 commit comments

Comments
 (0)