This commit is contained in:
aozhiwei 2021-08-06 16:47:30 +08:00
parent 66d6689738
commit cfefed6fcc

View File

@ -211,6 +211,7 @@ Creature::Creature():MoveableEntity()
Creature::~Creature()
{
xtimer_attacher.ClearTimerList();
ClearBuffList();
for (auto& pair : skill_hash_) {
delete pair.second;