blob: 63fb10adf018fd7f275af681093a45153137ff5d (
plain) (
tree)
|
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_COMMON_SERVERVERSION
#define EVOL_COMMON_SERVERVERSION
// must be same with version from server build
const int serverPacketVersion = PACKETVER;
#endif // EVOL_COMMON_SERVERVERSION
|