Ejemplo n.º 1
0
        public override ServerPacket Invoke(LocaleConstant locale = LocaleConstant.enUS)
        {
            LocaleConstant localeIdx = Global.WorldMgr.GetAvailableDbcLocale(locale);

            ChannelNotifyLeft notify = new ChannelNotifyLeft();

            notify.Channel       = _source.GetName(localeIdx);
            notify.ChatChannelID = 0;
            //notify->Suspended = false;
            return(notify);
        }
Ejemplo n.º 2
0
        public override ServerPacket Invoke(Locale locale = Locale.enUS)
        {
            Locale localeIdx = Global.WorldMgr.GetAvailableDbcLocale(locale);

            ChannelNotifyLeft notify = new ChannelNotifyLeft();

            notify.Channel       = _source.GetName(localeIdx);
            notify.ChatChannelID = _source.GetChannelId();
            notify.Suspended     = _suspended;
            return(notify);
        }