mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(Scripts/Naxxramas): Gothik missing visuals at minions death (#18666)
* add sql rev * enable NPC_TRIGGER * add npc_gothik_trigger * add rest of script * spell info correction * fix compile issue * fix desummon call * remove comment * access gothik by GUID * add missing function overrides * add braces * add missing trigger, adjust CGUID value * fixup! add missing trigger, adjust CGUID value * select skulls based on coordinates style invert remove remove CGUID comment fix remove_if check, use correct def * JustSummoned: target same side with mapLOS * select random initial target on the same side * add REACT_AGGRESSIVE and increase CallForHelp radius * refactor spellscript * style
This commit is contained in:
@@ -384,12 +384,9 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
27892, // To Anchor 1
|
||||
27928, // To Anchor 1
|
||||
27935, // To Anchor 1
|
||||
27915, // Anchor to Skulls
|
||||
27931, // Anchor to Skulls
|
||||
27937 // Anchor to Skulls
|
||||
}, [](SpellInfo* spellInfo)
|
||||
}, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13);
|
||||
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_10_YARDS);
|
||||
});
|
||||
|
||||
// Wrath of the Plaguebringer
|
||||
|
||||
Reference in New Issue
Block a user