Smarter
Member
- Joined
- Jan 15, 2010
- Messages
- 763
- Reaction score
- 9
Code:
if (_firstPulse)
{
Log("Attaching Events....");
Lua.Events.AttachEvent("GUILD_REGISTRAR_SHOW", GuildRegistrarShow);
Lua.Events.AttachEvent("GUILD_REGISTRAR_CLOSED", GuildRegistrarClosed);
No matter what frame is visible when interacting with a Guild Registrar, this event does not call the function?