Skip to content

Commit 0b98656

Browse files
committed
Core/Spells: Remove no longer needed hack to Apply Enchanted Bridle
1 parent 332baef commit 0b98656

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/server/game/Spells/SpellMgr.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,10 +3241,6 @@ void SpellMgr::LoadDbcDataCorrections()
32413241
// this needs research on modifier applying rules, does not seem to be in Attributes fields
32423242
spellInfo->EffectSpellClassMask[0] = flag96(0x00000040, 0x00000000, 0x00000000);
32433243
break;
3244-
case 63163: // Apply Enchanted Bridle (Argent Tournament)
3245-
spellInfo->EffectDieSides[0] = 0; // was 1, that should probably mean seat 0, but instead it's treated as spell 1
3246-
spellInfo->EffectBasePoints[0] = 52391; // Ride Vehicle (forces seat 0)
3247-
break;
32483244
case 45602: // Ride Carpet
32493245
spellInfo->EffectBasePoints[EFFECT_0] = 0; // force seat 0, vehicle doesn't have the required seat flags for "no seat specified (-1)"
32503246
break;

0 commit comments

Comments
 (0)