/// <summary> /// Send a shortcut list to the client aka 'Quick Page'. /// </summary> public void SendShortcutsList() { Packets.Server.SendShortcutList packet2 = new SagaMap.Packets.Server.SendShortcutList(); packet2.SetQuickPageType(0, 0); packet2.SetEntries(this.Char.ShorcutIDs); this.netIO.SendPacket(packet2, this.SessionID);; }
/// <summary> /// Send a shortcut list to the client aka 'Quick Page'. /// </summary> public void SendShortcutsList() { Packets.Server.SendShortcutList packet2 = new SagaMap.Packets.Server.SendShortcutList(); packet2.SetQuickPageType(0, 0); packet2.SetEntries(this.Char.ShorcutIDs); this.netIO.SendPacket(packet2, this.SessionID); ; }