Compare commits
3 Commits
e6fdd60352
...
052fa10556
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
052fa10556 | ||
|
|
f6c4164765 | ||
|
|
830b7b8839 |
@ -28,3 +28,4 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-server-au
|
||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-transmog.git modules/mod-transmog
|
||||
git clone --depth=1 --branch=main https://github.com/azerothcore/mod-progression-system.git modules/mod-progression-system
|
||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-arena-3v3-solo-queue.git modules/mod-arena-3v3-solo-queue
|
||||
git clone --depth=1 --branch=master https://github.com/azerothcore/mod-costumes.git modules/mod-costumes
|
||||
|
||||
@ -3677,12 +3677,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->AttributesEx5 |= SPELL_ATTR5_ALWAYS_AOE_LINE_OF_SIGHT;
|
||||
});
|
||||
|
||||
//Crushing the Crown
|
||||
ApplySpellFix({ 71024 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DYNOBJ_NONE);
|
||||
});
|
||||
|
||||
// Battle for the Undercity
|
||||
ApplySpellFix({
|
||||
59892 // Cyclone fall
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user