[Typo] row[27] not row[25]. (#1432)

This commit is contained in:
Alex 2021-06-19 15:11:18 -04:00 committed by GitHub
parent 27cf5a4068
commit 34d5959cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ bool NpcScaleManager::LoadScaleData()
scale_data.spell_scale = atoi(row[25]);
scale_data.heal_scale = atoi(row[26]);
if (row[25]) {
if (row[27]) {
scale_data.special_abilities = row[27];
}