From e742393992e519f471cd80934b2fe61d0a5e0100 Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 10 Apr 2009 15:18:41 +0200 Subject: *Set correct target type for 'add socket' effect. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3