Commit 65541ab2 authored by Ivaria's avatar Ivaria
Browse files

Migrate threat detection to LibThreatClassic2

parent 0db64b25
......@@ -29,7 +29,7 @@ externals:
Libs/LibCustomGlow-1.0: git://github.com/Stanzilla/LibCustomGlow.git
Libs/LibClassicDurations: https://repos.curseforge.com/wow/libclassicdurations
Libs/LibHealComm-4.0: https://repos.wowace.com/wow/libhealcomm-4-0
Libs/ThreatClassic-1.0: https://github.com/EsreverWoW/LibThreatClassic.git
Libs/LibThreatClassic2: https://github.com/dfherr/LibThreatClassic2.git
Libs/!LibTotemInfo: https://github.com/SwimmingTiger/LibTotemInfo.git
VuhDoOptions/Libs/ChatThrottleLib: svn://svn.wowace.com/wow/chatthrottlelib/mainline/trunk
......
......@@ -20,7 +20,7 @@ Libs\AceSerializer-3.0\AceSerializer-3.0.xml
Libs\UTF8\utf8.lua
Libs\UTF8\utf8data.lua
Libs\ThreatClassic-1.0\lib.xml
Libs\LibThreatClassic2\lib.xml
Libs\!LibTotemInfo\embeds.xml
VuhDo.xml
......
......@@ -24,7 +24,7 @@ if VUHDO_LibClassicDurations then
VUHDO_LibClassicDurations:Register("VuhDo");
end
VUHDO_LibThreatClassic = LibStub("ThreatClassic-1.0");
VUHDO_LibThreatClassic = LibStub:GetLibrary("LibThreatClassic2");
VUHDO_LibTotemInfo = LibStub("LibTotemInfo-1.0");
VUHDO_LibSharedMedia:Register("font", "Arial Black", "Interface\\AddOns\\VuhDo\\Fonts\\ariblk.ttf");
......
......@@ -18,6 +18,7 @@ Bugfixes:
Improvements:
-- Bump TOC interface for 1.13.3
-- Migrate threat detection to LibThreatClassic2
--------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment