mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/ShatteredHalls): Re-Construct Shattered Halls (#15990)
* init * Legionnaire Gauntlet * barracks pt1 * barracks done * sewers * Sparring Hall spawns * Update rev_1680974634766349300.sql * Update rev_1680974634766349300.sql * Update rev_1680974634766349300.sql * Update rev_1680974634766349300.sql * Update rev_1680974634766349300.sql * rest of spawns * cleanup and linking * errors and leftovers * tweak * Update data/sql/updates/pending_db_world/rev_1680974634766349300.sql * more emotestates * dont remove executioner
This commit is contained in:
1483
data/sql/updates/pending_db_world/rev_1680974634766349300.sql
Normal file
1483
data/sql/updates/pending_db_world/rev_1680974634766349300.sql
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4453,7 +4453,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
});
|
||||
|
||||
// Self Visual - Sleep Until Cancelled(DND)
|
||||
ApplySpellFix({ 6606, 14915 }, [](SpellInfo* spellInfo)
|
||||
ApplySpellFix({ 6606, 14915, 16093 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->AuraInterruptFlags &= ~AURA_INTERRUPT_FLAG_NOT_SEATED;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user