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,
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;