Support for spells_new field 'uninterruptable'

This commit is contained in:
KayenEQ
2014-08-08 13:42:14 -04:00
parent aab3cac29c
commit 2aec190afc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1710,7 +1710,7 @@ void SharedDatabase::LoadSpells(void *data, int max_spells) {
for (y = 0; y < 16; y++)
sp[tempid].deities[y]=atoi(row[126+y]);
sp[tempid].uninterruptable=atoi(row[146]);
sp[tempid].uninterruptable=atoi(row[146]) != 0;
sp[tempid].ResistDiff=atoi(row[147]);
sp[tempid].dot_stacking_exempt=atoi(row[148]);
sp[tempid].RecourseLink = atoi(row[150]);