mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[7643] Allow set, store and output creture EventAI data version in addition to world DB and script library versions.
This commit is contained in:
parent
2be68b15cd
commit
34d69bbfdd
10 changed files with 37 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue