This commit is contained in:
Robin 2021-01-19 00:40:44 +01:00
parent 5bab60bf97
commit 4b8c7bc512
4 changed files with 9 additions and 1 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "Libs/LibStub"]
path = Libs/LibStub
url = https://git.grml.de/rilgamon/LibStub.git
[submodule "Libs/LibGUID"]
path = Libs/LibGUID
url = https://git.grml.de/rilgamon/LibGUID.git

View File

@ -1,6 +1,6 @@
local lib = LibStub:NewLibrary("LibCombatLog_data", 1)
if not lib then return end
local isGUID = LibStub("LibCombatLog").isGUID
local isGUID = LibStub("LibGUID").isGUID
local mixins = {'CreateDataObject'}
local data_methods = data_methods or {}
lib.mixinTargets = lib.mixinTargets or {}

1
Libs/LibGUID Submodule

@ -0,0 +1 @@
Subproject commit b08e75faa6a04d781ddfbae53fbca5fde947b7a0

1
Libs/LibStub Submodule

@ -0,0 +1 @@
Subproject commit a42beba70f53a11f874cb6a7a1a819f63837b3cc