backlog Posted May 6, 2016 Report Share Posted May 6, 2016 (edited) Why load data like items, jobs, maps, etc? I thought in changing the DataToLoad.All to DataToLoad.Servers on LoadData() in LoginServer.cs Edited May 6, 2016 by huenato Link to comment Share on other sites More sharing options...
exec Posted May 6, 2016 Report Share Posted May 6, 2016 4 hours ago, huenato said: Why load data like items, jobs, maps, etc? Laziness! =) You're right, we don't have to load everything, in the beginning there simple were only 1-2 dbs, and the login server needed all as well. Servers alone won't cut it though. We also need jobs, items, maps, and barracks, at the very least, for sanity checks. You can see which ones are currently used, by searching the login server project for "loginserver.instance.data." Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now