1
This commit is contained in:
parent
440f2013df
commit
b771ffc588
@ -120,6 +120,9 @@ void Hero::Update(int delta_time)
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (playing_skill) {
|
||||
UpdateSkill();
|
||||
}
|
||||
if (room->IsNewBieRoom()) {
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user