mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
revert(Core): ChrRace.dbc full implementation (#16114)
* revert (core): ChrRace.dbc full implementation we revert this due to several issues arrising. Although the dbc reading is done in full and correctly. Azerothcore relied on the original handling (althought not propper) for so long that there is * revert * Update remove_charrace_dbc.sql * Update remove_charrace_dbc.sql * Update remove_charrace_dbc.sql
This commit is contained in:
@@ -3643,7 +3643,7 @@ class spell_item_recall : public SpellScript
|
||||
}
|
||||
|
||||
TeamId bgTeam = player->GetBgTeamId();
|
||||
if (player->GetTeamId() != bgTeam)
|
||||
if (player->GetTeamId(true) != bgTeam)
|
||||
{
|
||||
if (SpellTargetPosition const* recallSpellTarget = sSpellMgr->GetSpellTargetPosition(bgTeam == TEAM_HORDE ? SPELL_RECALL_HORDE : SPELL_RECALL_ALLIANCE, EFFECT_0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user