diff --git a/!Compatibility/api/wowAPI.lua b/!Compatibility/api/wowAPI.lua
index 8970e09..898a1a7 100644
--- a/!Compatibility/api/wowAPI.lua
+++ b/!Compatibility/api/wowAPI.lua
@@ -26,7 +26,7 @@ local DURABILITY_TEMPLATE = gsub(DURABILITY_TEMPLATE, "%%d / %%d", "(%%d+) / (%%
--Libs
local LBC = LibStub("LibBabble-Class-3.0"):GetLookupTable()
local LBZ = LibStub("LibBabble-Zone-3.0"):GetLookupTable()
-local LBBF = LibStub("LibBabble-BagFamily-3.0"):GetLookupTable()
+local LBIF = LibStub("LibBabble-ItemFamily-3.0"):GetLookupTable()
CLASS_SORT_ORDER = {
"WARRIOR",
@@ -267,15 +267,15 @@ function GetMapNameByID(id)
end
local bagTypes = {
- [LBBF["Bag"]] = 0,
- [LBBF["Quiver"]] = 1,
- [LBBF["Ammo Pouch"]] = 2,
- [LBBF["Soul Bag"]] = 4,
- [LBBF["Leatherworking Bag"]] = 8,
- [LBBF["Herb Bag"]] = 16,
- [LBBF["Enchanting Bag"]] = 32,
- [LBBF["Engineering Bag"]] = 64,
- [LBBF["Mining Bag"]] = 128
+ [LBIF["Bag"]] = 0,
+ [LBIF["Quiver"]] = 1,
+ [LBIF["Ammo Pouch"]] = 2,
+ [LBIF["Soul Bag"]] = 4,
+ [LBIF["Leatherworking Bag"]] = 8,
+ [LBIF["Herb Bag"]] = 16,
+ [LBIF["Enchanting Bag"]] = 32,
+ [LBIF["Engineering Bag"]] = 64,
+ [LBIF["Mining Bag"]] = 128
}
function GetItemFamily(id)
diff --git a/!Compatibility/libs/LibBabble-BagFamily-3.0.lua b/!Compatibility/libs/LibBabble-ItemFamily-3.0.lua
similarity index 98%
rename from !Compatibility/libs/LibBabble-BagFamily-3.0.lua
rename to !Compatibility/libs/LibBabble-ItemFamily-3.0.lua
index d60eaba..7850f95 100644
--- a/!Compatibility/libs/LibBabble-BagFamily-3.0.lua
+++ b/!Compatibility/libs/LibBabble-ItemFamily-3.0.lua
@@ -1,4 +1,4 @@
-local MAJOR_VERSION = "LibBabble-BagFamily-3.0"
+local MAJOR_VERSION = "LibBabble-ItemFamily-3.0"
local MINOR_VERSION = 90000 + tonumber(string.match("$Revision: 50 $", "%d+"))
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
diff --git a/!Compatibility/libs/libs.xml b/!Compatibility/libs/libs.xml
index 86d700e..0f9f29d 100644
--- a/!Compatibility/libs/libs.xml
+++ b/!Compatibility/libs/libs.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file