* @param state - atmosphere state(night,day)
* @param activeChar
*/
private void adminAtmosphere(String type, String state, L2PcInstance activeChar)
{
L2GameServerPacket packet = null;
if(type.equals("signsky"))
{
if(state.equals("dawn"))
packet = new SignsSky(2);