fix(Core/Spells): Rental Racing Ram will not be removed upon entering… (#13192)
...water.
This commit is contained in:
@@ -4409,6 +4409,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
|||||||
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(27);
|
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(27);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Rental Racing Ram
|
||||||
|
ApplySpellFix({ 43883 }, [](SpellInfo* spellInfo)
|
||||||
|
{
|
||||||
|
spellInfo->AuraInterruptFlags &= ~AURA_INTERRUPT_FLAG_NOT_ABOVEWATER;
|
||||||
|
});
|
||||||
|
|
||||||
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
|
||||||
{
|
{
|
||||||
SpellInfo* spellInfo = mSpellInfoMap[i];
|
SpellInfo* spellInfo = mSpellInfoMap[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user