mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
a5df9db348
Add tooltip library, based on the sellvalue item hooks, in order to obtain extended gametooltip data, that can be used to query the current GameTooltip for ItemLink and ItemID.
10 lines
345 B
XML
10 lines
345 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
|
<Include file="..\libs\libtipscan.lua"/>
|
|
<Include file="..\libs\libspell.lua"/>
|
|
<Include file="..\libs\libcast.lua"/>
|
|
<Include file="..\libs\libdebuff.lua"/>
|
|
<Include file="..\libs\librange.lua"/>
|
|
<Include file="..\libs\libunitscan.lua"/>
|
|
<Include file="..\libs\libtooltip.lua"/>
|
|
</Ui>
|