View Single Post
  #1  
Old 08-27-2006, 03:15 PM
Zuesrooster
Fire Beetle
 
Join Date: Mar 2006
Location: NYC
Posts: 20
Default Items requiring components

in the spells.cpp changed line 863 from

Code:
if(!bard_song_mode && IsClient()) {
to

Code:
if(!bard_song_mode && IsClient() && slot != USE_ITEM_SPELL_SLOT) {
I belive no spells from items ever use components.
Reply With Quote