mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: Remove no longer needed hack to Apply Enchanted Bridle
This commit is contained in:
@@ -3241,10 +3241,6 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
// this needs research on modifier applying rules, does not seem to be in Attributes fields
|
||||
spellInfo->EffectSpellClassMask[0] = flag96(0x00000040, 0x00000000, 0x00000000);
|
||||
break;
|
||||
case 63163: // Apply Enchanted Bridle (Argent Tournament)
|
||||
spellInfo->EffectDieSides[0] = 0; // was 1, that should probably mean seat 0, but instead it's treated as spell 1
|
||||
spellInfo->EffectBasePoints[0] = 52391; // Ride Vehicle (forces seat 0)
|
||||
break;
|
||||
case 45602: // Ride Carpet
|
||||
spellInfo->EffectBasePoints[EFFECT_0] = 0; // force seat 0, vehicle doesn't have the required seat flags for "no seat specified (-1)"
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user