Implement persist death spell field

This commit is contained in:
Michael Cook (mackal)
2014-01-07 23:29:46 -05:00
parent 8a04d8e2b7
commit 50caef0086
7 changed files with 36 additions and 3 deletions
+1
View File
@@ -1733,6 +1733,7 @@ void SharedDatabase::LoadSpells(void *data, int max_spells) {
sp[tempid].powerful_flag=atoi(row[209]);
sp[tempid].CastRestriction = atoi(row[211]);
sp[tempid].AllowRest = atoi(row[212]) != 0;
sp[tempid].persistdeath = atoi(row[224]) != 0;
sp[tempid].DamageShieldType = 0;
}
mysql_free_result(result);