PDA

View Full Version : FIX: right click item fizzle


neotokyo
11-08-2002, 10:33 PM
right clicked spells never fizzle.

spells.cpp
Line 149


< if(!CheckFizzle(spell_id))
> if(slot < 10 && !CheckFizzle(spell_id))