Changeset 160 for trunk/src/game
- Timestamp:
- 11/19/08 13:41:50 (17 years ago)
- Location:
- trunk/src/game
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r157 r160 4854 4854 case 28698: unitTarget->CastSpell(unitTarget, 28694, true); break; 4855 4855 // Needle Spine 4856 case 39835: unitTarget->CastSpell(unitTarget, 39968, true); break;4856 //case 39835: unitTarget->CastSpell(unitTarget, 39968, true); break; 4857 4857 // Draw Soul 4858 4858 case 40904: unitTarget->CastSpell(m_caster, 40903, true); break; 4859 4859 // Flame Crash 4860 case 41126: unitTarget->CastSpell(unitTarget, 41131, true); break;4860 //case 41126: unitTarget->CastSpell(unitTarget, 41131, true); break; 4861 4861 case 41931: 4862 4862 { -
trunk/src/game/SpellMgr.cpp
r157 r160 2032 2032 tempAttr.attr[SPELL_EXTRA_ATTR_MAX_TARGETS] = 3; 2033 2033 mSpellExtraAttrMap[41376] = tempAttr; //Spite 2034 mSpellExtraAttrMap[39992] = tempAttr; //Needle Spine 2034 2035 tempAttr.attr[SPELL_EXTRA_ATTR_MAX_TARGETS] = 0; 2035 2036