mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix mangos build
This commit is contained in:
@@ -467,7 +467,7 @@ bool Eluna::OnCommand(Player* player, const char* text)
|
||||
std::transform(eluna.begin(), eluna.end(), eluna.begin(), ::tolower);
|
||||
if (std::string("eluna").find(eluna) == 0)
|
||||
{
|
||||
sWorld->SendServerMessage(SERVER_MSG_STRING, "Reloading Eluna...");
|
||||
eWorld->SendServerMessage(SERVER_MSG_STRING, "Reloading Eluna...");
|
||||
ReloadEluna();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user