mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
Added AzerothCore labels
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
#ifdef _WIN32
|
||||
#include "ServiceWin32.h"
|
||||
char serviceName[] = "worldserver";
|
||||
char serviceLongName[] = "SunwellCore world service";
|
||||
char serviceDescription[] = "SunwellCore World of Warcraft emulator world service";
|
||||
char serviceLongName[] = "AzerothCore world service";
|
||||
char serviceDescription[] = "AzerothCore World of Warcraft emulator world service";
|
||||
/*
|
||||
* -1 - not in service mode
|
||||
* 0 - stopped
|
||||
|
||||
@@ -58,7 +58,7 @@ RealmID = 1
|
||||
# DataDir
|
||||
# Description: Data directory setting.
|
||||
# Important: DataDir needs to be quoted, as the string might contain space characters.
|
||||
# Example: "@prefix@/share/sunwellcore"
|
||||
# Example: "/home/youruser/azeroth-server/data"
|
||||
# Default: "."
|
||||
|
||||
DataDir = "."
|
||||
@@ -1436,7 +1436,7 @@ AccountInstancesPerHour = 5
|
||||
|
||||
#
|
||||
# BirthdayTime
|
||||
# Description: Set to date of project's birth in UNIX time. By default the date when SunwellCore was started (Thu Oct 2, 2008)
|
||||
# Description: Set to date of project's birth in UNIX time. By default Thu Oct 2, 2008
|
||||
# Default: 1222964635
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user