diff --git a/data/scripts/creaturescripts/others/login.lua b/data/scripts/creaturescripts/others/login.lua index 753a8d7b0..f7243de76 100644 --- a/data/scripts/creaturescripts/others/login.lua +++ b/data/scripts/creaturescripts/others/login.lua @@ -111,9 +111,6 @@ function playerLogin.onLogin(player) player:loadSpecialStorage() - if player:getGroup():getId() >= 4 then - player:setGhostMode(true) - end -- Boosted creature player:sendTextMessage(MESSAGE_LOOT, "Today's boosted creature: " .. Game.getBoostedCreature() .. " \ Boosted creatures yield more experience points, carry more loot than usual and respawn at a faster rate.")