[Commands] Add #viewcurrencies Command. (#1844)

* [Commands] Add #viewcurrencies Command.
- Add #viewcurrencies command to view your or your target's currencies (Money, Crystals, Alternate Currency, LDoN, and PVP).
- Add GetLDoNThemeName() helper method.

* Update viewcurrencies.cpp

* Cleanup name of map method.

* Cleanup.
This commit is contained in:
Kinglykrab
2021-11-28 00:09:07 -05:00
committed by GitHub
parent 2be1321aa9
commit 7cac2e2bc3
7 changed files with 181 additions and 16 deletions
+3
View File
@@ -235,6 +235,9 @@ namespace EQ
extern const std::map<int, std::string>& GetLanguageMap();
std::string GetLanguageName(int language_id);
extern const std::map<uint32, std::string>& GetLDoNThemeMap();
std::string GetLDoNThemeName(uint32 theme_id);
extern const std::map<uint8, std::string>& GetFlyModeMap();
std::string GetFlyModeName(uint8 flymode_id);