Ok, I believe I have the general flow of the code that puts out those messages.
sp2 (listless power) does not have any SE_OVERWRITE columns in effects.
The code that overwrites based on same slot matching effects doesn't do anything , because one is beneficial and one is detrimental.
Code:
/*^M
If the effects are the same and^M
sp1 = beneficial & sp2 = detrimental or^M
sp1 = detrimental & sp2 = beneficial^M
Then this effect should be ignored for stacking purposes.^M
*/^M
if(sp_det_mismatch)^M
{^M
mlog(SPELLS__STACKING, "The effects are the same but the spell types are not, passing the effect");^M
continue;^M
}^M
So what am I missing? Is this just something eqemu code missed. Listless power does take down augmentation on live.
Also, listless power blocks augmentation on live. It doesn't on the server side of eqemu.