mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
rename ItemBagFamilty -> ItemFamilyDB
This commit is contained in:
+20
-21
@@ -1,30 +1,29 @@
|
|||||||
local MAJOR_VERSION = "LibBabble-ItemBagFamily-3.0"
|
local MAJOR_VERSION = "ItemFamilyDB"
|
||||||
local MINOR_VERSION = 90000 + tonumber(string.match("$Revision: 50 $", "%d+"))
|
local MINOR_VERSION = 90000 + tonumber(string.match("$Revision: 1 $", "%d+"))
|
||||||
|
|
||||||
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
|
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
|
||||||
local lib = LibStub("LibBabble-3.0"):New(MAJOR_VERSION, MINOR_VERSION)
|
|
||||||
if not lib then return end
|
if not lib then return end
|
||||||
|
|
||||||
lib.ItemBagFamily = {
|
lib.BagFamily = {
|
||||||
[8217] = 1,
|
|
||||||
[7371] = 1,
|
|
||||||
[7278] = 1,
|
|
||||||
[5439] = 1,
|
|
||||||
[3605] = 1,
|
|
||||||
[3573] = 1,
|
|
||||||
[2662] = 1,
|
|
||||||
[2101] = 1,
|
[2101] = 1,
|
||||||
[19319] = 1,
|
[2662] = 1,
|
||||||
[18714] = 1,
|
[3573] = 1,
|
||||||
|
[3605] = 1,
|
||||||
|
[5439] = 1,
|
||||||
|
[7278] = 1,
|
||||||
|
[7371] = 1,
|
||||||
|
[8217] = 1,
|
||||||
[11362] = 1,
|
[11362] = 1,
|
||||||
[8218] = 2,
|
[18714] = 1,
|
||||||
[7372] = 2,
|
[19319] = 1,
|
||||||
[7279] = 2,
|
|
||||||
[5441] = 2,
|
|
||||||
[3604] = 2,
|
|
||||||
[3574] = 2,
|
|
||||||
[2663] = 2,
|
|
||||||
[2102] = 2,
|
[2102] = 2,
|
||||||
|
[2663] = 2,
|
||||||
|
[3574] = 2,
|
||||||
|
[3604] = 2,
|
||||||
|
[5441] = 2,
|
||||||
|
[7279] = 2,
|
||||||
|
[7372] = 2,
|
||||||
|
[8218] = 2,
|
||||||
[19320] = 2,
|
[19320] = 2,
|
||||||
[21340] = 4,
|
[21340] = 4,
|
||||||
[21341] = 4,
|
[21341] = 4,
|
||||||
@@ -3,5 +3,5 @@
|
|||||||
<Script file="LibBabble-3.0.lua"/>
|
<Script file="LibBabble-3.0.lua"/>
|
||||||
<Script file="LibBabble-Class-3.0.lua"/>
|
<Script file="LibBabble-Class-3.0.lua"/>
|
||||||
<Script file="LibBabble-Zone-3.0.lua"/>
|
<Script file="LibBabble-Zone-3.0.lua"/>
|
||||||
<Script file="LibBabble-ItemBagFamily-3.0.lua"/>
|
<Script file="ItemFamilyDB.lua"/>
|
||||||
</Ui>
|
</Ui>
|
||||||
Reference in New Issue
Block a user