mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +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:
@@ -1506,6 +1506,11 @@ struct WGWorkshop
|
||||
teamControl = team;
|
||||
break;
|
||||
}
|
||||
case HORDE_FACTION:
|
||||
case ALLIANCE_FACTION:
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!init)
|
||||
|
||||
Reference in New Issue
Block a user