diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index d13b6774..fd411a32 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3306,6 +3306,7 @@ void Human::ProcYellowStoneItem(AddItemDTO& dto) gemstone, false); + #if 0 auto context = A8_MAKE_SMART_ANON_STRUCT_SHARED ( CreatureWeakPtr owner; @@ -3341,6 +3342,7 @@ void Human::ProcYellowStoneItem(AddItemDTO& dto) 0, GetMaxHP(), true); + #endif SyncVolume(IS_YELLOW_STONE); //刷新数量 int add_num = 1;