mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-31 16:23:46 +00:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
define hook-stop
|
|
echo \n===== CRASH DETECTED =====\n
|
|
bt full
|
|
thread apply all bt
|
|
echo \n===== END CRASH =====\n
|
|
end
|