mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 11:15:43 +00:00
[Initialization] Glyphs remove and dual spec
This commit is contained in:
@@ -1495,6 +1495,8 @@ void TravelTarget::setStatus(TravelStatus status)
|
||||
break;
|
||||
case TRAVEL_STATUS_COOLDOWN:
|
||||
statusTime = tDestination->getCooldownDelay();
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3687,7 +3689,7 @@ void TravelMgr::LoadQuestTravelTable()
|
||||
}
|
||||
}
|
||||
else
|
||||
"all";
|
||||
out << "all";
|
||||
|
||||
out << "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user