[7643] Allow set, store and output creture EventAI data version in addition to world DB and script library versions.

This commit is contained in:
VladimirMangos 2009-04-09 17:26:46 +04:00
parent 2be68b15cd
commit 34d69bbfdd
10 changed files with 37 additions and 9 deletions

View file

@ -447,7 +447,8 @@ bool Master::_StartDB()
sWorld.LoadDBVersion();
sLog.outString("Using %s", sWorld.GetDBVersion());
sLog.outString("Using World DB: %s", sWorld.GetDBVersion());
sLog.outString("Using creature EventAI: %s", sWorld.GetCreatureEventAIVersion());
return true;
}