mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
fix(Core/Travel): Skip 5y dedup when loading nodes from DB
This commit is contained in:
parent
461253b39e
commit
41c3c517e5
@ -2211,7 +2211,7 @@ void TravelNodeMap::LoadNodeStore()
|
||||
|
||||
TravelNode* node = addNode(WorldPosition(fields[2].Get<uint32>(), fields[3].Get<float>(),
|
||||
fields[4].Get<float>(), fields[5].Get<float>()),
|
||||
fields[1].Get<std::string>(), true);
|
||||
fields[1].Get<std::string>(), true, false);
|
||||
|
||||
if (fields[6].Get<bool>())
|
||||
node->setLinked(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user