mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Cleanup] Cleanup classes.cpp/classes.h (#3752)
* [Cleanup] Cleanup classes.cpp/classes.h # Notes - Remove unused methods and cleanup logic. * Update classes.cpp * Final push.
This commit is contained in:
+2
-2
@@ -1330,7 +1330,7 @@ void Mob::AI_Process() {
|
||||
// Now pursue
|
||||
// TODO: Check here for another person on hate list with close hate value
|
||||
if (AI_PursueCastCheck()) {
|
||||
if (IsCasting() && GetClass() != BARD) {
|
||||
if (IsCasting() && GetClass() != Class::Bard) {
|
||||
StopNavigation();
|
||||
FaceTarget();
|
||||
}
|
||||
@@ -1382,7 +1382,7 @@ void Mob::AI_Process() {
|
||||
}
|
||||
}
|
||||
if (AI_IdleCastCheck()) {
|
||||
if (IsCasting() && GetClass() != BARD) {
|
||||
if (IsCasting() && GetClass() != Class::Bard) {
|
||||
StopNavigation();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user