This commit is contained in:
xavo95 2024-11-03 21:22:23 +01:00
parent 90179f1001
commit 4e7e7bbba6
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783
2 changed files with 1 additions and 2 deletions

View file

@ -92,7 +92,6 @@ json_data! {
InstanceDungeon; InstanceDungeon;
FunctionCondition; FunctionCondition;
ExploreTools; ExploreTools;
LordGym;
} }
json_hash_table_data! { json_hash_table_data! {

View file

@ -2895,7 +2895,7 @@ message CombatCommon {
message EntityRemoveInfo { message EntityRemoveInfo {
int64 EntityId = 1; int64 EntityId = 1;
int32 Type = 2; ERemoveEntityType Type = 2;
} }
message RoleShowEntry { message RoleShowEntry {