mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Reworked ClientVersion into EQEmu::versions; Added EQEmu::versions::InventoryVersion
This commit is contained in:
@@ -117,9 +117,9 @@ namespace RoF
|
||||
return(r);
|
||||
}
|
||||
|
||||
const ClientVersion Strategy::GetClientVersion() const
|
||||
const EQEmu::versions::ClientVersion Strategy::ClientVersion() const
|
||||
{
|
||||
return ClientVersion::RoF;
|
||||
return EQEmu::versions::ClientVersion::RoF;
|
||||
}
|
||||
|
||||
#include "ss_define.h"
|
||||
|
||||
Reference in New Issue
Block a user