Mercurial > wow > hotcorners
diff Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua @ 11:371e14cd2feb
- major fixes with icons not showing correctly.
author | Tercio |
---|---|
date | Thu, 08 Dec 2016 13:01:40 -0200 |
parents | fc346da3afd9 |
children | 9ad7f3c634f1 |
line wrap: on
line diff
--- a/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua Tue Oct 25 15:59:51 2016 -0200 +++ b/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua Thu Dec 08 13:01:40 2016 -0200 @@ -1,6 +1,6 @@ --[[ Name: DBIcon-1.0 -Revision: $Rev: 34 $ +Revision: $Rev: 56 $ Author(s): Rabbit (rabbit.magtheridon@gmail.com) Description: Allows addons to register to recieve a lightweight minimap icon as an alternative to more heavy LDB displays. Dependencies: LibStub @@ -33,7 +33,7 @@ -- local DBICON10 = "LibDBIcon-1.0" -local DBICON10_MINOR = tonumber(("$Rev: 34 $"):match("(%d+)")) +local DBICON10_MINOR = tonumber(("$Rev: 56 $"):match("(%d+)")) if not LibStub then error(DBICON10 .. " requires LibStub.") end local ldb = LibStub("LibDataBroker-1.1", true) if not ldb then error(DBICON10 .. " requires LibDataBroker-1.1.") end