mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
Fix(DB/Script): Phase change for DK starter area Eye of Acherus and npcs. (#20170)
* fix(Script/Mother Shahraz) Increase min teleport range and add new teleport points. This fix increase minimum teleport range for Fatal Attraction and It adds 5 new teleport points if the boss is near the platform. * Update boss_mother_shahraz.cpp * fix(DB/Creature): Phase change for DK starter area npcs. This fix change the phases when some npcs can be viewed. * Update dk_phases_fix * Update dk_phases_fix * Create DK_NPC_Phases_Fix.sql * Delete data/sql/updates/pending_db_world/dk_phases_fix * Update DK_NPC_Phases_Fix.sql * Update DK_NPC_Phases_Fix.sql * Update DK_NPC_Phases_Fix.sql * Update DK_NPC_Phases_Fix.sql * Update SpellInfoCorrections.cpp Eye of Acherus in Phase 2 * Update SpellInfoCorrections.cpp Eye of Acherus ApplySpellFix removed (Eye of Acherus is in phase 2 now). * Update DK_NPC_Phases_Fix.sql Adding Npcs inside Acherus in phase 2.
This commit is contained in:
@@ -304,12 +304,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->ProcCharges = 6;
|
||||
});
|
||||
|
||||
// The Eye of Acherus (no spawn in phase 2 in db)
|
||||
ApplySpellFix({ 51852 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].MiscValue |= 1;
|
||||
});
|
||||
|
||||
// Crafty's Ultra-Advanced Proto-Typical Shortening Blaster
|
||||
ApplySpellFix({ 51912 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user