mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Player: Fixed warning
This commit is contained in:
@@ -27,7 +27,7 @@ int main(int argc, char* argv[])
|
||||
Trinity::Banner::Show("VMAP assembler", [](char const* text) { std::cout << text << std::endl; }, nullptr);
|
||||
|
||||
std::string src = "Buildings";
|
||||
std::string dest = "vmaps";
|
||||
std::string dest = "vmaps";
|
||||
|
||||
if (argc > 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user