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:
Nay
2011-10-28 23:00:00 +01:00
parent 864635b74b
commit c19a6c7e31
7 changed files with 6 additions and 33 deletions

View File

@@ -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;
}