mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
*Correct Sapphiron's Blizzard spell DoSummon parameters
*Glyph of Blocking, thanks Sisif --HG-- branch : trunk
This commit is contained in:
@@ -4859,7 +4859,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
{
|
||||
switch (dummySpell->Id)
|
||||
{
|
||||
// BloodWorms Health Leech
|
||||
// Bloodworms Health Leech
|
||||
case 50453:
|
||||
{
|
||||
if (Unit *owner = this->GetOwner())
|
||||
@@ -4922,6 +4922,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
triggered_spell_id = 26654;
|
||||
break;
|
||||
}
|
||||
// Glyph of Blocking
|
||||
case 58375:
|
||||
{
|
||||
triggered_spell_id = 58374;
|
||||
break;
|
||||
}
|
||||
// Unstable Power
|
||||
case 24658:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user