View Single Post
  #1  
Old 11-08-2002, 10:33 PM
neotokyo
Hill Giant
 
Join Date: Oct 2002
Posts: 118
Default FIX: right click item fizzle

right clicked spells never fizzle.

spells.cpp
Line 149


< if(!CheckFizzle(spell_id))
> if(slot < 10 && !CheckFizzle(spell_id))
Reply With Quote