View Single Post
  #3  
Old 05-28-2015, 11:38 AM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

Code:
#0  IsBlankSpellEffect (spellid=65535, effect_index=effect_index@entry=2) at /root/Server/common/spdat.cpp:479
479             formula = spells[spellid].formula[effect_index];
This looks to me like it's looking for spell # 65535, which doesn't exist. That sound right?
Reply With Quote