azerothcore/mod-eluna

Reload message should be sent only to GMs

Closed this issue · 2 comments

eWorld->SendServerMessage(SERVER_MSG_STRING, "Reloading Eluna...");

There should be a check here to forward this message only to GM accounts and the console since it keeps confusing players.

Don't know if I'm missing something, but replacing SendServerMessage with SendGMText doesn't send it to players with a GM level of 0. So if that's a suitable fix, I can submit a PR, maybe tie it to a config option.

Sounds exactly what we're looking for. Please do 🙏
Thanks!