diff --git a/data-otservbr-global/scripts/creaturescripts/others/login.lua b/data-otservbr-global/scripts/creaturescripts/others/login.lua index 5efdc68d263..8457209e90a 100644 --- a/data-otservbr-global/scripts/creaturescripts/others/login.lua +++ b/data-otservbr-global/scripts/creaturescripts/others/login.lua @@ -33,6 +33,9 @@ function playerLogin.onLogin(player) else player:openChannel(3) -- World chat player:openChannel(5) -- Advertsing main + if player:getGuild() then + player:openChannel(0x00) -- guild + end end return true end