mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-20 00:17:11 +01:00
introduce changes from streamside fork
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Tibia GIMUD Server - a free and open-source MMORPG server emulator
|
||||
* Copyright (C) 2017 Alejandro Mujica <alejandrodemujica@gmail.com>
|
||||
* Copyright (C) 2019 Sabrehaven and Mark Samman <mark.samman@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -20,9 +20,9 @@
|
||||
#ifndef FS_DEFINITIONS_H_877452FEC245450C9F96B8FD268D8963
|
||||
#define FS_DEFINITIONS_H_877452FEC245450C9F96B8FD268D8963
|
||||
|
||||
static constexpr auto STATUS_SERVER_NAME = "Nostalrius";
|
||||
static constexpr auto STATUS_SERVER_VERSION = "3.0";
|
||||
static constexpr auto STATUS_SERVER_DEVELOPERS = "Alejandro Mujica";
|
||||
static constexpr auto STATUS_SERVER_NAME = "Sabrehaven";
|
||||
static constexpr auto STATUS_SERVER_VERSION = "1.0";
|
||||
static constexpr auto STATUS_SERVER_DEVELOPERS = "Sabrehaven Developers Team";
|
||||
|
||||
static constexpr auto CLIENT_VERSION_MIN = 772;
|
||||
static constexpr auto CLIENT_VERSION_MAX = 772;
|
||||
@@ -57,7 +57,7 @@ static constexpr auto CLIENT_VERSION_STR = "7.72";
|
||||
#pragma warning(disable:4267) // 'var' : conversion from 'size_t' to 'type', possible loss of data
|
||||
#pragma warning(disable:4351) // new behavior: elements of array will be default initialized
|
||||
#pragma warning(disable:4458) // declaration hides class member
|
||||
#pragma warning(disable:4018) // signed/unsigned mismatch
|
||||
#pragma warning(disable:4996) // inetpton warning
|
||||
#endif
|
||||
|
||||
#define strcasecmp _stricmp
|
||||
|
||||
Reference in New Issue
Block a user