mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Core/Handlers): Faction Change service properly reset and give ne… (#9729)
Fixes #7981 Fixes #8732
This commit is contained in:
@@ -6435,8 +6435,8 @@ void ObjectMgr::GetTaxiPath(uint32 source, uint32 destination, uint32& path, uin
|
||||
return;
|
||||
}
|
||||
|
||||
cost = dest_i->second.price;
|
||||
path = dest_i->second.ID;
|
||||
cost = dest_i->second->price;
|
||||
path = dest_i->second->ID;
|
||||
}
|
||||
|
||||
uint32 ObjectMgr::GetTaxiMountDisplayId(uint32 id, TeamId teamId, bool allowed_alt_team /* = false */)
|
||||
|
||||
Reference in New Issue
Block a user