This commit is contained in:
aozhiwei 2023-05-23 14:49:11 +08:00
parent 8f2e6cefdd
commit 3102de4a01

View File

@ -3306,6 +3306,7 @@ void Human::ProcYellowStoneItem(AddItemDTO& dto)
gemstone, gemstone,
false); false);
#if 0
auto context = A8_MAKE_SMART_ANON_STRUCT_SHARED auto context = A8_MAKE_SMART_ANON_STRUCT_SHARED
( (
CreatureWeakPtr owner; CreatureWeakPtr owner;
@ -3341,6 +3342,7 @@ void Human::ProcYellowStoneItem(AddItemDTO& dto)
0, 0,
GetMaxHP(), GetMaxHP(),
true); true);
#endif
SyncVolume(IS_YELLOW_STONE); SyncVolume(IS_YELLOW_STONE);
//刷新数量 //刷新数量
int add_num = 1; int add_num = 1;