[Typo] IsDisciplineBuff not IsDisciplineBuf (#1410)

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

View File

@ -5612,7 +5612,7 @@ int32 Mob::GetSpellStat(uint32 spell_id, const char *identifier, uint8 slot)
else if (id == "bonushate") {return spells[spell_id].bonushate; }
else if (id == "EndurCost") {return spells[spell_id].EndurCost; }
else if (id == "EndurTimerIndex") {return spells[spell_id].EndurTimerIndex; }
else if (id == "IsDisciplineBuf") {return spells[spell_id].IsDisciplineBuff; }
else if (id == "IsDisciplineBuff") {return spells[spell_id].IsDisciplineBuff; }
else if (id == "HateAdded") {return spells[spell_id].HateAdded; }
else if (id == "EndurUpkeep") {return spells[spell_id].EndurUpkeep; }
else if (id == "numhitstype") {return spells[spell_id].numhitstype; }