This commit is contained in:
aozhiwei 2023-06-02 19:43:50 +08:00
parent 440f2013df
commit b771ffc588

View File

@ -120,6 +120,9 @@ void Hero::Update(int delta_time)
return;
}
}
if (playing_skill) {
UpdateSkill();
}
if (room->IsNewBieRoom()) {
} else {