View Single Post
11-08-16, 01:11 AM   #9
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 138
Originally Posted by Mayron View Post
Sadly this does not work if you login to somewhere external to the Order hall and then enter the Hall. I'm not sure why.
Weird. This is working fine for me.

Lua Code:
  1. local function skin_orderhall()
  2.     print("Triggered")
  3. end
  4.  
  5. hooksecurefunc(OrderHallCommandBar,"RefreshCategories",skin_orderhall)

(after checking for the orderhall ui to be loaded first, of course)
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘

Last edited by Miiru : 11-08-16 at 01:14 AM.
  Reply With Quote