mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(core/dbc): improve ChrRace DBC handling (#14843)
Cherry pick of https://github.com/TrinityCore/TrinityCore/pull/24508 Co-authored-by: HelloKitty <5829095+HelloKitty@users.noreply.github.com>
This commit is contained in:
@@ -730,8 +730,10 @@ enum Language
|
||||
enum TeamId
|
||||
{
|
||||
TEAM_ALLIANCE = 0,
|
||||
TEAM_HORDE,
|
||||
TEAM_NEUTRAL,
|
||||
TEAM_HORDE = 1,
|
||||
TEAM_NEUTRAL = 2,
|
||||
HORDE_FACTION = 67,
|
||||
ALLIANCE_FACTION = 469
|
||||
};
|
||||
|
||||
enum Team
|
||||
|
||||
Reference in New Issue
Block a user