Merge remote-tracking branch 'upstream/master' into karazhan

This commit is contained in:
crow
2025-09-28 17:06:55 -05:00
17 changed files with 50 additions and 46 deletions

View File

@@ -2088,7 +2088,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;
}