refactor(Core/Defines): Rename custom named creature family enum. (#24570)

This commit is contained in:
Benjamin Jackson
2026-02-15 06:06:33 -05:00
committed by GitHub
parent 088ffee46a
commit bd0f5ee722
2 changed files with 3 additions and 3 deletions

View File

@@ -2657,7 +2657,7 @@ enum CreatureFamily
CREATURE_FAMILY_CARRION_BIRD = 7,
CREATURE_FAMILY_CRAB = 8,
CREATURE_FAMILY_GORILLA = 9,
CREATURE_FAMILY_HORSE_CUSTOM = 10, // not exist in DBC but used for horse like beasts in DB
CREATURE_FAMILY_NOT_SPECIFIED = 10, // Doesn't exist in DBC, but used by many creatures
CREATURE_FAMILY_RAPTOR = 11,
CREATURE_FAMILY_TALLSTRIDER = 12,
CREATURE_FAMILY_FELHUNTER = 15,