mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(instance): Ruby Sanctum - Resistances ignored (#1371)
This commit is contained in:
@@ -5846,6 +5846,17 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 74637:
|
||||
spellInfo->speed = 0;
|
||||
break;
|
||||
//Blazing Aura
|
||||
case 75885:
|
||||
case 75886:
|
||||
spellInfo->AttributesEx4 &= ~SPELL_ATTR4_IGNORE_RESISTANCES;
|
||||
break;
|
||||
//Meteor Strike
|
||||
case 75952:
|
||||
//Combustion Periodic
|
||||
case 74629:
|
||||
spellInfo->AttributesEx4 &= ~SPELL_ATTR4_IGNORE_RESISTANCES;
|
||||
break;
|
||||
|
||||
|
||||
// ///////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user