1
This commit is contained in:
parent
8f2e6cefdd
commit
3102de4a01
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user