убарны ненужные логи в чат

This commit is contained in:
2026-07-19 16:27:46 +04:00
parent faf8813b11
commit 58dcb622f3
5 changed files with 13 additions and 32 deletions
+2 -7
View File
@@ -1,7 +1,2 @@
local PLAYER_EVENT_ON_LOGIN = 3
local function OnLogin(event, player)
player:SendBroadcastMessage("Eluna greetings you")
end
RegisterPlayerEvent(PLAYER_EVENT_ON_LOGIN, OnLogin)
-- Login greeting is managed by the native AzerothCore MOTD in
-- import-custom-sql.sh. Keep this file as a harmless Eluna loading example.