Fix the error in this behavior synonym: current / wrong: ```phagocytosis of " + std::to_string(pCD->type); ``` correct: ```phagocytosis of " + pCD->name; ``` It can wait for 1.14.3.
Fix the error in this behavior synonym:
current / wrong:
phagocytosis of " + std::to_string(pCD->type);correct:
phagocytosis of " + pCD->name;It can wait for 1.14.3.