Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust ASCII art.
Browse files Browse the repository at this point in the history
mserajnik committed Nov 17, 2024
1 parent e37b608 commit 26b3635
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/mangosd/Main.cpp
Original file line number Diff line number Diff line change
@@ -183,18 +183,17 @@ extern int main(int argc, char **argv)
sLog.Out(LOG_BASIC, LOG_LVL_MINIMAL, "Core revision: %s [world-daemon]", _FULLVERSION);
sLog.Out(LOG_BASIC, LOG_LVL_BASIC, "<Ctrl-C> to stop." );
sLog.Out(LOG_BASIC, LOG_LVL_MINIMAL, "\n\n"
"MM MM MM MM MMMMM MMMM MMMMM\n"
"MM MM MM MM MMM MMM MM MM MMM MMM\n"
"MMM MMM MMM MM MMM MMM MM MM MMM\n"
"MM M MM MMMM MM MMM MM MM MMM\n"
"MM M MM MMMMM MM MMMM MMM MM MM MMM\n"
"MM M MM M MMM MM MMM MMMMMMM MM MM MMM\n"
"MM MM MMM MM MM MM MMM MM MM MMM\n"
"MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM\n"
"MM MM MM MMM MM MM MMMMMM MMMM MMMMM\n"
" MM MMM http://getmangos.com\n"
" MMMMMM\n\n");
sLog.Out(LOG_BASIC, LOG_LVL_MINIMAL, "VMaNGOS : https://github.com/vmangos");
"MM MM MM MM MM MM MMMMM MMMMM MMMMM\n"
"MM MM MM MM MM MM MMM MMM MM MM MMM MMM\n"
" MM MM MMM MMM MMM MM MMM MMM MM MM MMM\n"
" MM MM MM M MM MMMMM MMMM MM MMM MM MM MMM\n"
" MM MM MM M MM M MMM MM MMMM MMM MM MM MMM\n"
" MM MM MM M MM MMM MM MMM MMMMMMM MM MM MMM\n"
" MMM MM MM MMMMMMM MM MM MM MMM MM MM MMM\n"
" MMM MM MM MM MMM MM MM MMM MMM MM MM MMM MMM\n"
" M MM MM MM MMM MM MM MMMMMM MMMMM MMMMM\n"
" MMMMMM\n"
" https://github.com/vmangos\n\n");
sLog.Out(LOG_BASIC, LOG_LVL_MINIMAL, "Using configuration file %s.", cfg_file);

sLog.Out(LOG_BASIC, LOG_LVL_MINIMAL, "Alloc library: " MANGOS_ALLOC_LIB "");

0 comments on commit 26b3635

Please sign in to comment.