1
This commit is contained in:
parent
f0e2405eb1
commit
3e4d2916ed
@ -1585,12 +1585,12 @@ void Creature::SlaveOnRemove(Entity* slave)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Creature::RemoveMoreHero(int buff_id, int id, int num)
|
void Creature::RemoveSurplusHero(int buff_id, int id, int num)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Creature::RemoveMoreObstacle(int buff_id, int id, int num)
|
void Creature::RemoveSurplusObstacle(int buff_id, int id, int num)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -165,8 +165,8 @@ private:
|
|||||||
|
|
||||||
Skill* GetPassiveSkill(int skill_id);
|
Skill* GetPassiveSkill(int skill_id);
|
||||||
void RemovePassiveSkill(int skill_id);
|
void RemovePassiveSkill(int skill_id);
|
||||||
void RemoveMoreHero(int buff_id, int id, int num);
|
void RemoveSurplusHero(int buff_id, int id, int num);
|
||||||
void RemoveMoreObstacle(int buff_id, int id, int num);
|
void RemoveSurplusObstacle(int buff_id, int id, int num);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
RaceType_e race_ = kHumanRace;
|
RaceType_e race_ = kHumanRace;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user