mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-25 08:04:27 -05:00
Added a wifi plaza VIP
This commit is contained in:
parent
e6427b01ba
commit
33281a8811
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user