mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
refactor(Scripts/Commands): convert cs_modify to new system (#9474)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "Containers.h"
|
||||
#include "Define.h"
|
||||
#include "Errors.h"
|
||||
#include "Optional.h"
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cctype>
|
||||
@@ -74,7 +75,7 @@ tm TimeBreakdown(time_t t);
|
||||
|
||||
void stripLineInvisibleChars(std::string& src);
|
||||
|
||||
int32 MoneyStringToMoney(const std::string& moneyString);
|
||||
AC_COMMON_API Optional<int32> MoneyStringToMoney(std::string_view moneyString);
|
||||
|
||||
std::string secsToTimeString(uint64 timeInSecs, bool shortText = false);
|
||||
uint32 TimeStringToSecs(const std::string& timestring);
|
||||
|
||||
Reference in New Issue
Block a user