Skip to content

Commit

Permalink
Update Player.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingyong authored Jan 17, 2017
1 parent 5fa1eb1 commit 1093e3b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,10 @@ public string DoPvPValidation()
{
146, // Gerneration 1
251, // Gerneration 2
283, 284, 290, 291, 292, 293, 294, 295, 300, 301, 302, 303, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 325, 326, 339, 340, 343, 344, 345, 346, 347, 348, 351, 352, 353, 354, 355, 356, 358, 359, 369, 370, 377, 378, 379, 380, 381, 382, 383, 384, 386, // Generation 3
401, 402, 408, 409, 410, 411, 412, 413, 414, 417, 425, 426, 431, 432, 433, 434, 435, 441, 455, 477, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, // Generation 4
283, 284, 290, 291, 292, 293, 294, 295, 300, 301, 302, 303, 309, 310, 311, 312, 313, 314, 316, 317, 325, 326, 339, 340, 343, 344, 345, 346, 347, 348, 351, 352, 353, 354, 358, 359, 377, 378, 379, 380, 381, 382, 383, 384, 386, // Generation 3
401, 402, 408, 409, 410, 411, 412, 413, 414, 417, 425, 426, 431, 432, 433, 434, 435, 441, 455, 480, 481, 482, 483, 484, 485, 486, 487, 488, 491, 492, 493, // Generation 4
494, 517, 518, 527, 528, 529, 530, 532, 533, 534, 538, 539, 543, 544, 545, 548, 549, 550, 554, 555, 559, 560, 561, 564, 565, 566, 567, 568, 569, 572, 573, 574, 575, 576, 577, 578, 579, 587, 588, 589, 594, 615, 616, 617, 618, 619, 620, 624, 625, 631, 632, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, // Generation 5
650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 676, 677, 678, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 701, 702, 704, 705, 706, 710, 711, 712, 713, 716, 717, 718, 719, 720 // Generation 6
650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 669, 670, 671, 672, 673, 676, 677, 678, 682, 683, 684, 685, 686, 687, 694, 695, 696, 697, 698, 699, 701, 702, 710, 711, 712, 713, 716, 717, 718, 719, 720 // Generation 6
};

// PvP Legendary Clause Rules - No Legendary Pokemon.
Expand Down Expand Up @@ -1045,4 +1045,4 @@ public string DoPvPValidation()
return null;
}
}
}
}

0 comments on commit 1093e3b

Please sign in to comment.