diff options
author | QAston <none@none> | 2009-04-10 15:18:41 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-04-10 15:18:41 +0200 |
commit | e742393992e519f471cd80934b2fe61d0a5e0100 (patch) | |
tree | 8d8e93bc65915ee089a02367054cf4b04f912d55 | |
parent | 5cd251088fe05df33062149b18719133e184cdbf (diff) |
*Set correct target type for 'add socket' effect.
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 6c4c607c389..4f55b7912f9 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -75,6 +75,7 @@ SpellMgr::SpellMgr() case SPELL_EFFECT_FEED_PET: case SPELL_EFFECT_PROSPECTING: case SPELL_EFFECT_MILLING: + case SPELL_EFFECT_ENCHANT_ITEM_PRISMATIC: EffectTargetType[i] = SPELL_REQUIRE_ITEM; break; //caster must be pushed otherwise no sound |