View Single Post
  #1  
Old 01-13-2008, 09:26 AM
BWStripes
Sarnak
 
Join Date: Jun 2007
Location: Finland
Posts: 65
Post Fix: Incorrect Mental Corruption proc

Had a complaint from an SK that mental corruption was proccing an Ice effect.

Lines 3011 and 3012 from spell_effects.cpp (v1072):
Code:
		case 2576:	//mental corruption
			procid = 2712;
The ProcID for Mental Corruption Strike according to Lucy (and the spells_us.txt shipped with titanium) is 2717. Concoction of Ice III is 2712.
Reply With Quote