EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   Fix: Incorrect Mental Corruption proc (https://www.eqemulator.org/forums/showthread.php?t=24104)

BWStripes 01-13-2008 09:26 AM

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.

KLS 01-13-2008 11:41 AM

That code all seems pretty obsolete to me actually, comparing it to current spell data.. whatever problem it was trying to fix no longer seems to be an issue and we should be reliably able to pull the correct proc from the spell data instead of hard-coding it like that.


All times are GMT -4. The time now is 02:30 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.