mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core/Spells: Fix build in LoadSpellInfoCorrections()
This commit is contained in:
@@ -3621,7 +3621,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
// Stonecore spells
|
||||
case 95284: // Teleport (from entrance to Slabhide)
|
||||
case 95285: // Teleport (from Slabhide to entrance)
|
||||
spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo(TARGET_DEST_DB);
|
||||
const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->TargetB = SpellImplicitTargetInfo(TARGET_DEST_DB);
|
||||
break;
|
||||
// Halls Of Origination spells
|
||||
// Temple Guardian Anhuur
|
||||
|
||||
Reference in New Issue
Block a user