add per level announcer

This commit is contained in:
Micrah 2019-06-09 13:22:17 +10:00 committed by GitHub
parent d20a2f7c76
commit 5b985afcb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,6 +260,8 @@ public:
} }
default: default:
// If enabled...
if (sConfigMgr->GetBoolDefault("CongratsPerLevel.Enable", true))
{ {
// Issue a server notification for the player on level up. // Issue a server notification for the player on level up.
std::ostringstream ss; std::ostringstream ss;