Fix SPEC_TAB names

This commit is contained in:
crow
2025-09-27 23:11:47 -05:00
parent 23d9931f65
commit e525c22d85
4 changed files with 8 additions and 8 deletions

View File

@@ -2085,7 +2085,7 @@ bool PlayerbotAI::IsHeal(Player* player, bool bySpec)
switch (player->getClass())
{
case CLASS_PRIEST:
if (tab == PRIEST_TAB_DISIPLINE || tab == PRIEST_TAB_HOLY)
if (tab == PRIEST_TAB_DISCIPLINE || tab == PRIEST_TAB_HOLY)
{
return true;
}