Advertisement
stoneharry

Untitled

Sep 26th, 2013
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. function GMChatFrame_LoadUI(...)
  2.     if ( IsAddOnLoaded("Blizzard_GMChatUI") ) then
  3.         return;
  4.     else
  5.         UIParentLoadAddOn("Blizzard_GMChatUI");
  6.         if ( select(1, ...) ) then
  7.             GMChatFrame_OnEvent(GMChatFrame, ...);
  8.         end
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement