tst2005googlecode / myroleplay

Automatically exported from code.google.com/p/myroleplay
0 stars 0 forks source link

Improve the loading process of MRP #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to find a way to improve the loading process of MRP... it's very
chaotic right now due to Blizzards ListChannelByName bug...

Original issue reported on code.google.com by parrott.jason on 28 Feb 2007 at 10:48

GoogleCodeExporter commented 9 years ago
A note here for the displaying of all the players when you log in...
DEFAULT_CHAT_FRAME:UnregisterEvent("CHAT_MSG_CHANNEL_LIST");
ListChannelByName(channelName);
DEFAULT_CHAT_FRAME:RegisterEvent("CHAT_MSG_CHANNEL_LIST");

will fix that issue :D

Original comment by parrott.jason on 2 Mar 2007 at 3:31