aboutsummaryrefslogtreecommitdiff
path: root/src/creature.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.hh')
-rw-r--r--src/creature.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creature.hh b/src/creature.hh
index 79fee7c..96367ff 100644
--- a/src/creature.hh
+++ b/src/creature.hh
@@ -148,5 +148,6 @@ struct TCreature: TSkillBase {
// this when we're wrapping up creature files.
bool IsCreaturePlayer(uint32 CreatureID);
void AddKillStatistics(int AttackerRace, int DefenderRace);
+int GetRaceByName(const char *RaceName);
#endif //TIBIA_CREATURE_HH_