From bb52d637d3bc41878d3ffe5f76a24091f53ac3c2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 May 2023 14:00:30 +0800 Subject: [PATCH] 1 --- server/gameserver/human.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/gameserver/human.h b/server/gameserver/human.h index 8614f377..1d13da26 100644 --- a/server/gameserver/human.h +++ b/server/gameserver/human.h @@ -70,6 +70,7 @@ class Human : public Creature int match_mode = 0; std::shared_ptr throw_bomb; std::map> pending_throw_bomb; + std::shared_ptr sand_table_target_pos; std::string name; std::string avatar_url;