Modcraft - The community dedicated to quality WoW modding!
Content creation => Texturing and 2D Art => Topic started by: Magnus on September 20, 2014, 12:08:38 pm
-
I have modified my Loginscreen with different changes.
However I couldn't find a solution to prevent the client to start autoupdates if you enter an e-mail account name instead of a normal account name (without '@').
Couldn't find anything in the Lua scripts. May somebody know a hint ?
-
is hardcoded behavior of BattlenetLogin. You can prevent it by filtering usernames with @ before DefaultServerLogin().
-
Good idea, thanks :)