mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
World needs to load skill cap data for char creation
This commit is contained in:
parent
a73ac9cfe8
commit
c0cbbf3a65
@ -284,9 +284,11 @@ int main(int argc, char** argv) {
|
||||
database.ClearRaid();
|
||||
database.ClearRaidDetails();
|
||||
_log(WORLD__INIT, "Loading items..");
|
||||
if (!database.LoadItems()) {
|
||||
if (!database.LoadItems())
|
||||
_log(WORLD__INIT_ERR, "Error: Could not load item data. But ignoring");
|
||||
}
|
||||
_log(WORLD__INIT, "Loading skill caps..");
|
||||
if (!database.LoadSkillCaps())
|
||||
_log(WORLD__INIT_ERR, "Error: Could not load skill cap data. But ignoring");
|
||||
_log(WORLD__INIT, "Loading guilds..");
|
||||
guild_mgr.LoadGuilds();
|
||||
//rules:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user