diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 23c693b51..f60eeec3c 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2872,6 +2872,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList& case SPELL_EFFECT_PARRY: case SPELL_EFFECT_BLOCK: case SPELL_EFFECT_CREATE_ITEM: + case SPELL_EFFECT_WEAPON: case SPELL_EFFECT_TRIGGER_SPELL: case SPELL_EFFECT_TRIGGER_MISSILE: case SPELL_EFFECT_LEARN_SPELL: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8ab010c51..93b7983db 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12031" + #define REVISION_NR "12032" #endif // __REVISION_NR_H__