diff options
author | Kandera <KanderaDev@gmail.com> | 2012-03-26 12:24:11 -0400 |
---|---|---|
committer | Kandera <KanderaDev@gmail.com> | 2012-03-26 12:24:11 -0400 |
commit | 522dfa8e0cbd6eabc9917c7de169c99c5afdf803 (patch) | |
tree | af70e07d70f547c395ea649b5fe31a8a80d7da78 /src | |
parent | 02a8388b8e623345aebc44eaff5c9511d075a416 (diff) |
Core/Spells: one more miss from misdirection fix
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_hunter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_hunter.cpp b/src/server/scripts/Spells/spell_hunter.cpp index 1d1e43d5c6d..7987c7a7358 100644 --- a/src/server/scripts/Spells/spell_hunter.cpp +++ b/src/server/scripts/Spells/spell_hunter.cpp @@ -630,4 +630,6 @@ void AddSC_hunter_spell_scripts() new spell_hun_sniper_training(); new spell_hun_pet_heart_of_the_phoenix(); new spell_hun_pet_carrion_feeder(); + new spell_hun_misdirection(); + new spell_hun_misdirection_proc(); } |