mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 03:05:43 +00:00
- Fixed loading WorldPosition from string to fix RTSC points loading (#965)
- Restored loading from playerbots_db_store - Added deletion before saving to playerbots_db_store
This commit is contained in:
@@ -131,6 +131,7 @@ public:
|
||||
std::string const print();
|
||||
|
||||
std::string const to_string();
|
||||
std::vector<std::string> split(const std::string& s, char delimiter);
|
||||
|
||||
void printWKT(std::vector<WorldPosition> points, std::ostringstream& out, uint32 dim = 0, bool loop = false);
|
||||
void printWKT(std::ostringstream& out) { printWKT({*this}, out); }
|
||||
|
||||
Reference in New Issue
Block a user