[Typo] basediff not basedeiff (#1408)

This commit is contained in:
Alex 2021-06-16 11:05:13 -04:00 committed by GitHub
parent 4f5824b4a1
commit 966067ae74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5590,7 +5590,7 @@ int32 Mob::GetSpellStat(uint32 spell_id, const char *identifier, uint8 slot)
else if (id == "Activated") {return spells[spell_id].Activated;}
else if (id == "resisttype") {return spells[spell_id].resisttype;}
else if (id == "targettype") {return spells[spell_id].targettype;}
else if (id == "basedeiff") {return spells[spell_id].basediff;}
else if (id == "basediff") {return spells[spell_id].basediff;}
else if (id == "skill") {return spells[spell_id].skill;}
else if (id == "zonetype") {return spells[spell_id].zonetype;}
else if (id == "EnvironmentType") {return spells[spell_id].EnvironmentType;}