blob: 6ce6ea4e065d0aab444e6083b957d736f7436823 (
plain) (
tree)
|
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 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
|