From ecc08a77a3a6866d61246d2972f924e3cea8d3b7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 16 Jul 2020 14:53:57 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/metatable.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tools/protobuild/metatable.proto b/server/tools/protobuild/metatable.proto index 45704be..04a6448 100755 --- a/server/tools/protobuild/metatable.proto +++ b/server/tools/protobuild/metatable.proto @@ -247,7 +247,7 @@ message AI optional string random_move_idle_time = 8; optional string random_move_time = 9; optional int32 attack_range = 10; - optional int32 attack_rate = 11; + optional float attack_rate = 11; } //end