mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Debugging: Added wheaty everywhere and modified it to always reliably report issues during static initialization
This commit is contained in:
@@ -21,13 +21,15 @@
|
||||
|
||||
#include "TileAssembler.h"
|
||||
#include "Banner.h"
|
||||
#include "WheatyExceptionReport.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
InitializeCrashHandler();
|
||||
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