Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Matthieu Saint Aubin
VuhDo
Commits
65541ab2
Commit
65541ab2
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Migrate threat detection to LibThreatClassic2
parent
0db64b25
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
.pkgmeta
.pkgmeta
+1
-1
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoAddonAdapter.lua
VuhDoAddonAdapter.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
.pkgmeta
View file @
65541ab2
...
...
@@ -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/
Lib
ThreatClassic
2
: https://github.com/
dfherr
/LibThreatClassic
2
.git
Libs/!LibTotemInfo: https://github.com/SwimmingTiger/LibTotemInfo.git
VuhDoOptions/Libs/ChatThrottleLib: svn://svn.wowace.com/wow/chatthrottlelib/mainline/trunk
...
...
This diff is collapsed.
Click to expand it.
VuhDo.toc
View file @
65541ab2
...
...
@@ -20,7 +20,7 @@ Libs\AceSerializer-3.0\AceSerializer-3.0.xml
Libs
\UTF
8
\utf
8.lua
Libs
\UTF
8
\utf
8data.lua
Libs
\ThreatClassic
-1.0
\lib
.xml
Libs
\
Lib
ThreatClassic
2
\lib
.xml
Libs
\!
LibTotemInfo
\embeds
.xml
VuhDo.xml
...
...
This diff is collapsed.
Click to expand it.
VuhDoAddonAdapter.lua
View file @
65541ab2
...
...
@@ -24,7 +24,7 @@ if VUHDO_LibClassicDurations then
VUHDO_LibClassicDurations
:
Register
(
"VuhDo"
);
end
VUHDO_LibThreatClassic
=
LibStub
(
"
ThreatClassic
-1.0
"
);
VUHDO_LibThreatClassic
=
LibStub
:
GetLibrary
(
"Lib
ThreatClassic
2
"
);
VUHDO_LibTotemInfo
=
LibStub
(
"LibTotemInfo-1.0"
);
VUHDO_LibSharedMedia
:
Register
(
"font"
,
"Arial Black"
,
"Interface\\AddOns\\VuhDo\\Fonts\\ariblk.ttf"
);
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
65541ab2
...
...
@@ -18,6 +18,7 @@ Bugfixes:
Improvements:
-- Bump TOC interface for 1.13.3
-- Migrate threat detection to LibThreatClassic2
--------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment