From dbee845a5cfb6ca419604ac984d1845440f76007 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 3 Jun 2025 16:00:35 -0300 Subject: more spells --- src/creature.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/creature.hh') 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_ -- cgit v1.2.3