View Single Post
  #2  
Old 11-06-2014, 12:57 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

Just fyi to any server devs who want to set all spell animations to classic.

Run this query on your spells new table.

Quote:
UPDATE spells_new SET spellanim = 0;
It will then use the classic spell animations set in the field 'SpellAffectIndex'

Of course this is irreversible so be careful.
Reply With Quote