This commit is contained in:
aozhiwei 2023-07-07 14:38:18 +08:00
parent 2dc0507367
commit edf7d6f0bb

View File

@ -260,7 +260,7 @@ void Skill::InitActiveSkill()
#if 1
actived_ = true;
if (owner->IsPlayer()) {
AddInventory(IS_BLUE_STONE, 1);
owner->AddInventory(IS_BLUE_STONE, 1);
}
#endif
}