changeset 13525 | 1ee192f13456 |
parent 13487 | 7f3289a239dd |
child 13529 | 5359ff75da3a |
--- a/gameServer2/src/protocol/test.rs Thu Jul 12 14:46:16 2018 +0200 +++ b/gameServer2/src/protocol/test.rs Fri Jul 13 19:52:19 2018 +0300 @@ -118,7 +118,7 @@ 7 => SuperPower(), 8 => Info(Ascii), 9 => Nick(Ascii), - 10 => Proto(u32), + 10 => Proto(u16), 11 => Password(Ascii, Ascii), 12 => Checker(u32, Ascii, Ascii), 13 => List(),