bd0269e997
Imported from /srv/add01/wow-ascension/Interface/AddOns/Pawn — the build Ascension's WotLK 3.3.5 client ships. No upstream history rooted: Pawn 1.3.8 (circa 2010) predates the modern Pawn repo at github.com/VgerMods/Pawn (retail-only since 6.x), and Ascension-Addons doesn't carry a Pawn fork. If a Wrath-era Pawn upstream ever surfaces, this can be re-rooted on it the same way coa-bartender / coa-omen were. License: per .toc.
11 lines
270 B
XML
11 lines
270 B
XML
<Bindings>
|
|
<Binding name="PAWN_TOGGLE_UI" header="PAWN">
|
|
PawnUIShow()
|
|
</Binding>
|
|
<Binding name="PAWN_COMPARE_LEFT">
|
|
PawnUI_SetCompareFromHover(1)
|
|
</Binding>
|
|
<Binding name="PAWN_COMPARE_RIGHT">
|
|
PawnUI_SetCompareFromHover(2)
|
|
</Binding>
|
|
</Bindings> |