mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
feat(CI): prevent PRs that cause DB errors to get on master (#1407)
This commit is contained in:
@@ -46,7 +46,12 @@ public:
|
||||
|
||||
std::list<std::string> GetKeysByString(std::string const& name);
|
||||
|
||||
bool isDryRun() { return this->dryRun; }
|
||||
void setDryRun(bool mode) { this->dryRun = mode; }
|
||||
|
||||
private:
|
||||
bool dryRun = false;
|
||||
|
||||
bool GetValueHelper(const char* name, ACE_TString &result);
|
||||
bool LoadData(char const* file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user