[Initialization] Glyphs remove and dual spec

This commit is contained in:
Yunfan Li
2024-06-26 20:30:12 +08:00
parent af5e5a3b07
commit fb404b27a9
7 changed files with 31 additions and 3 deletions

View File

@@ -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";
}