add per level announcer
This commit is contained in:
parent
d20a2f7c76
commit
5b985afcb2
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue