mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
refactor(Core/Creature): port TC handling of Trainers (#23040)
Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Ghaster <defscam@gmail.com>
This commit is contained in:
@@ -2623,16 +2623,6 @@ enum LockType
|
||||
LOCKTYPE_OPEN_FROM_VEHICLE = 21
|
||||
};
|
||||
|
||||
enum TrainerType // this is important type for npcs!
|
||||
{
|
||||
TRAINER_TYPE_CLASS = 0,
|
||||
TRAINER_TYPE_MOUNTS = 1, // on blizz it's 2
|
||||
TRAINER_TYPE_TRADESKILLS = 2,
|
||||
TRAINER_TYPE_PETS = 3
|
||||
};
|
||||
|
||||
#define MAX_TRAINER_TYPE 4
|
||||
|
||||
// CreatureType.dbc
|
||||
enum CreatureType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user