Add std::string WorldContentService::GetCurrentExpansionName() [skip ci]

This commit is contained in:
Akkadius
2020-04-11 03:11:09 -05:00
parent e0363a8fe1
commit 77cacf5cd1
5 changed files with 37 additions and 19 deletions
+3
View File
@@ -25,6 +25,8 @@
#include <vector>
namespace Expansion {
static const int EXPANSION_ALL = -1;
enum ExpansionNumber {
Classic = 0,
TheRuinsOfKunark,
@@ -95,6 +97,7 @@ public:
WorldContentService();
std::string GetCurrentExpansionName();
int GetCurrentExpansion() const;
void SetCurrentExpansion(int current_expansion);