diff options
Diffstat (limited to 'src/monster.hh')
| -rw-r--r-- | src/monster.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monster.hh b/src/monster.hh index dd246a1..f7ce3f5 100644 --- a/src/monster.hh +++ b/src/monster.hh @@ -85,6 +85,9 @@ struct TMonster: TNonplayer { }; #endif +//#define MAX_RACES 512 extern TRaceData RaceData[512]; +extern int KilledCreatures[512]; +extern int KilledPlayers[512]; #endif //TIBIA_MONSTER_HH_ |
