[7891] Replace harcoded array of creature family skill lines by using DBC data.

This commit is contained in:
VladimirMangos 2009-05-25 02:56:01 +04:00
parent 32a66d2bd2
commit 51f7b8a482
3 changed files with 3 additions and 61 deletions

View file

@ -1814,8 +1814,6 @@ enum CreatureFamily
CREATURE_FAMILY_SPIRIT_BEAST = 46
};
#define MAX_CREATURE_FAMILY 47
enum CreatureTypeFlags
{
CREATURE_TYPEFLAGS_TAMEABLE = 0x0001,