mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
count low level paladin as healer
This commit is contained in:
@@ -78,7 +78,7 @@ uint8 AiFactory::GetPlayerSpecTab(Player* bot)
|
||||
tab = 1;
|
||||
break;
|
||||
case CLASS_PALADIN:
|
||||
tab = 2;
|
||||
tab = 0;
|
||||
break;
|
||||
case CLASS_PRIEST:
|
||||
tab = 1;
|
||||
|
||||
Reference in New Issue
Block a user