Added a wifi plaza VIP

This commit is contained in:
Megan Edwards 2023-03-14 00:51:15 -04:00
parent e6427b01ba
commit 33281a8811

View File

@ -139,7 +139,7 @@ namespace PkmnFoundations.GTS
{
response.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);
foreach (var i in new[] { 600403373, 601315647 })
foreach (var i in new[] { 600403373, 601315647, 601988829 })
{
response.Write(BitConverter.GetBytes(i), 0, 4);
response.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);