mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Loading: Drop the field script_version from the table version.
It serves no purpose (and one step closer to remove EAI from the core/db)
This commit is contained in:
@@ -462,7 +462,6 @@ bool Master::_StartDB()
|
||||
sWorld->LoadDBVersion();
|
||||
|
||||
sLog->outString("Using World DB: %s", sWorld->GetDBVersion());
|
||||
sLog->outString("Using creature EventAI: %s", sWorld->GetCreatureEventAIVersion());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user