Fix
This commit is contained in:
parent
90179f1001
commit
4e7e7bbba6
2 changed files with 1 additions and 2 deletions
|
@ -92,7 +92,6 @@ json_data! {
|
|||
InstanceDungeon;
|
||||
FunctionCondition;
|
||||
ExploreTools;
|
||||
LordGym;
|
||||
}
|
||||
|
||||
json_hash_table_data! {
|
||||
|
|
|
@ -2895,7 +2895,7 @@ message CombatCommon {
|
|||
|
||||
message EntityRemoveInfo {
|
||||
int64 EntityId = 1;
|
||||
int32 Type = 2;
|
||||
ERemoveEntityType Type = 2;
|
||||
}
|
||||
|
||||
message RoleShowEntry {
|
||||
|
|
Loading…
Reference in a new issue