mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Eliminated tabs!
Eliminated tabs!
This commit is contained in:
parent
0f19fec851
commit
942dd64a53
27 changed files with 247 additions and 247 deletions
|
|
@ -111,7 +111,7 @@ void WorldSession::SendTaxiMenu(Creature* unit)
|
|||
data << uint32(1);
|
||||
data << unit->GetObjectGuid();
|
||||
data << uint32(curloc);
|
||||
GetPlayer()->m_taxi.AppendTaximaskTo(data, GetPlayer()->IsTaxiCheater());
|
||||
GetPlayer()->m_taxi.AppendTaximaskTo(data, GetPlayer()->IsTaxiCheater());
|
||||
SendPacket(&data);
|
||||
|
||||
DEBUG_LOG("WORLD: Sent SMSG_SHOWTAXINODES");
|
||||
|
|
@ -240,7 +240,7 @@ void WorldSession::HandleMoveSplineDoneOpcode(WorldPacket& recv_data)
|
|||
uint32 sourcenode = GetPlayer()->m_taxi.GetTaxiSource();
|
||||
|
||||
// Add to taximask middle hubs in taxicheat mode (to prevent having player with disabled taxicheat and not having back flight path)
|
||||
if (GetPlayer()->IsTaxiCheater())
|
||||
if (GetPlayer()->IsTaxiCheater())
|
||||
{
|
||||
if (GetPlayer()->m_taxi.SetTaximaskNode(sourcenode))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue