4663fa36c9
Fix #267 - spell stacking restrictions in place min_class_skill_req is now pulled from the database sint32 type_group_spell_id added to spells, can use this to distinguish spells of different classes not competing (eg. wards of templar/inquisitor dont stack) GetSpellData and SetSpellData support min_class_skill_req and type_group_spell_id
1 line
87 B
SQL
1 line
87 B
SQL
alter table spells add column type_group_spell_id int(10) signed not null default '0';
|