mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
refactor(Core): update getFaction to GetFaction and setFaction to SetFaction (#8708)
This commit is contained in:
@@ -157,6 +157,60 @@ enum ReputationRank
|
||||
REP_EXALTED = 7
|
||||
};
|
||||
|
||||
enum FactionTemplates
|
||||
{
|
||||
FACTION_NONE = 0,
|
||||
FACTION_CREATURE = 7,
|
||||
FACTION_ESCORTEE_A_NEUTRAL_PASSIVE = 10,
|
||||
FACTION_MONSTER = 14,
|
||||
FACTION_MONSTER_2 = 16,
|
||||
FACTION_BOOTY_BAY = 21,
|
||||
FACTION_TROLL_BLOODSCALP = 28,
|
||||
FACTION_PREY = 31,
|
||||
FACTION_ESCORTEE_H_NEUTRAL_PASSIVE = 33,
|
||||
FACTION_FRIENDLY = 35,
|
||||
FACTION_TROLL_FROSTMANE = 37,
|
||||
FACTION_OGRE = 45,
|
||||
FACTION_ORC_DRAGONMAW = 62,
|
||||
FACTION_HORDE_GENERIC = 83,
|
||||
FACTION_ALLIANCE_GENERIC = 84,
|
||||
FACTION_BLACKFATHOM = 88,
|
||||
FACTION_DEMON = 90,
|
||||
FACTION_ELEMENTAL = 91,
|
||||
FACTION_DRAGONFLIGHT_BLACK = 103,
|
||||
FACTION_ESCORTEE_N_NEUTRAL_PASSIVE = 113,
|
||||
FACTION_STORMWIND = 123,
|
||||
FACTION_ENEMY = 168,
|
||||
FACTION_ESCORTEE_A_NEUTRAL_ACTIVE = 231,
|
||||
FACTION_ESCORTEE_H_NEUTRAL_ACTIVE = 232,
|
||||
FACTION_ESCORTEE_N_NEUTRAL_ACTIVE = 250,
|
||||
FACTION_ESCORTEE_N_FRIEND_PASSIVE = 290,
|
||||
FACTION_TITAN = 415,
|
||||
FACTION_ESCORTEE_N_FRIEND_ACTIVE = 495,
|
||||
FACTION_RATCHET = 637,
|
||||
FACTION_GOBLIN_DARK_IRON_BAR_PATRON = 736,
|
||||
FACTION_DARK_IRON_DWARVES = 754,
|
||||
FACTION_ESCORTEE_A_PASSIVE = 774,
|
||||
FACTION_ESCORTEE_H_PASSIVE = 775,
|
||||
FACTION_UNDEAD_SCOURGE = 974,
|
||||
FACTION_DRAGONKIN = 1720,
|
||||
FACTION_EARTHEN_RING = 1726,
|
||||
FACTION_ALLIANCE_GENERIC_WG = 1732,
|
||||
FACTION_HORDE_GENERIC_WG = 1735,
|
||||
FACTION_ARAKKOA = 1738,
|
||||
FACTION_ASHTONGUE_DEATHSWORN = 1820,
|
||||
FACTION_FLAYER_HUNTER = 1840,
|
||||
FACTION_MONSTER_SPAR_BUDDY = 1868,
|
||||
FACTION_VALIANCE_EXPEDITION_7 = 1974,
|
||||
FACTION_ESCORTEE_N_ACTIVE = 1986,
|
||||
FACTION_UNDEAD_SCOURGE_9 = 1988,
|
||||
FACTION_ESCORTEE_H_ACTIVE = 2046,
|
||||
FACTION_UNDEAD_SCOURGE_2 = 2068,
|
||||
FACTION_UNDEAD_SCOURGE_3 = 2084,
|
||||
FACTION_SCARLET_CRUSADE = 2089,
|
||||
FACTION_SCARLET_CRUSADE_2 = 2096
|
||||
};
|
||||
|
||||
#define MIN_REPUTATION_RANK (REP_HATED)
|
||||
#define MAX_REPUTATION_RANK 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user