From 4ca54b42be645f97bd56e88e88af61157776955e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 12 Oct 2024 10:37:27 +0800 Subject: [PATCH] 1 --- server/gameserver/mt/BattlePotion.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/gameserver/mt/BattlePotion.h b/server/gameserver/mt/BattlePotion.h index b31aa834..cb927704 100644 --- a/server/gameserver/mt/BattlePotion.h +++ b/server/gameserver/mt/BattlePotion.h @@ -13,6 +13,8 @@ namespace mt void Init1(); void Init2(); + + std::vector> attrs; private: };