mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
[Typo] row[27] not row[25]. (#1432)
This commit is contained in:
parent
27cf5a4068
commit
34d5959cae
@ -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];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user