Jump to content

[fix][8939] Acclimation arcane trigger


Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

This patch would fix Acclimation arcane trigger.

(There was warlock's trigger 54373)

For which repository revision was the patch created?

8158

Who has been writing this patch? Please include either forum user names or email addresses.

Me (Corfen)

patch:

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index aa389f8..bcf5a59 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -6613,7 +6613,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
                        case SPELL_SCHOOL_NATURE: trigger_spell_id = 50488; break;
                        case SPELL_SCHOOL_FROST:  trigger_spell_id = 50485; break;
                        case SPELL_SCHOOL_SHADOW: trigger_spell_id = 50489; break;
-                        case SPELL_SCHOOL_ARCANE: trigger_spell_id = 54373; break;
+                        case SPELL_SCHOOL_ARCANE: trigger_spell_id = 50486; break;
                        default:
                            return false;
                    }

patch file

  • 4 months later...
  • 4 months later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use