mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
Fixed compile
This commit is contained in:
@@ -52,6 +52,7 @@ class PlayerTaxi
|
||||
return GetTaxiDestination();
|
||||
}
|
||||
void RequestEarlyLanding();
|
||||
std::deque<uint32> const& GetPath() const { return m_TaxiDestinations; }
|
||||
bool empty() const { return m_TaxiDestinations.empty(); }
|
||||
|
||||
friend std::ostringstream& operator<< (std::ostringstream& ss, PlayerTaxi const& taxi);
|
||||
|
||||
Reference in New Issue
Block a user