[Sync] Some adjustments from One
This commit is contained in:
parent
d4d9cca8b2
commit
5a8a79b883
@ -1,7 +1,7 @@
|
||||
Historic Authors
|
||||
=======
|
||||
|
||||
The **mangos-zero server** is the work of many awesome people, and contributors
|
||||
The **mangos** server is the work of many awesome people, and contributors
|
||||
from all over the world, and is the result of quite a few predecessors.
|
||||
|
||||
This files contains all the projects and people involved in the project and its'
|
||||
|
@ -4,7 +4,7 @@ find_package(Doxygen)
|
||||
|
||||
if(DOXYGEN_FOUND)
|
||||
set(TOP_SRCDIR ${CMAKE_SOURCE_DIR})
|
||||
set(PACKAGE "MaNGOS zero")
|
||||
set(PACKAGE "MaNGOS Zero")
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
|
||||
add_custom_target(doc
|
||||
|
@ -192,7 +192,7 @@ extern int main(int argc, char** argv)
|
||||
" ____ \n"
|
||||
" For help and support please visit: /_ /___ _ _ ___ \n"
|
||||
" Website: https://getmangos.eu / // -_) '_/ _ \\ \n"
|
||||
" Wiki: http://github.com/mangoswiki /___\\___|_| \\___/\n"
|
||||
" Forum / Wiki: https://getmangos.eu /___\\___|_| \\___/\n"
|
||||
);
|
||||
sLog.outString("Using configuration file %s.", cfg_file);
|
||||
|
||||
|
@ -125,7 +125,7 @@ void ReadLiquidTypeTableDBC()
|
||||
LiqType[dbc.getRecord(x).getUInt(0)] = dbc.getRecord(x).getUInt(3);
|
||||
}
|
||||
|
||||
printf("Success! %lu liquid types loaded.\n", LiqType_count);
|
||||
printf("Success! (%u LiqTypes loaded)\n", (unsigned int)LiqType_count);
|
||||
}
|
||||
|
||||
bool ExtractWmo()
|
||||
|
Loading…
x
Reference in New Issue
Block a user