Browse Source

Update CopyInfo.cs

tags/0.1.0
Shawqeem GitHub 2 years ago
parent
commit
f566808dcd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      logic/Server/CopyInfo.cs

+ 9
- 1
logic/Server/CopyInfo.cs View File

@@ -48,6 +48,14 @@ namespace Server
{ {
switch (prop) switch (prop)
{ {
case Preparation.Utility.PropType.AddSpeed:
return Protobuf.PropType.AddSpeed;
case Preparation.Utility.PropType.AddLifeOrAp:
return Protobuf.PropType.AddLifeOrAp;
case Preparation.Utility.PropType.AddHpOrAp:
return Protobuf.PropType.AddHpOrAp;
case Preparation.Utility.PropType.ShieldOrSpear:
return Protobuf.PropType.ShieldOrSpear;
case Preparation.Utility.PropType.Key3: case Preparation.Utility.PropType.Key3:
return Protobuf.PropType.Key3; return Protobuf.PropType.Key3;
case Preparation.Utility.PropType.Key5: case Preparation.Utility.PropType.Key5:
@@ -378,4 +386,4 @@ namespace Server
return msg; return msg;
} }
} }
}
}

Loading…
Cancel
Save