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;