Skip to content

Commit

Permalink
teleportcache rep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidocian committed Jan 13, 2019
1 parent bf24cef commit e9b2b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/RandomPlayerbotMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ void RandomPlayerbotMgr::PrepareTeleportCache()

sLog.outBasic("Preparing RPG teleport caches for %d factions...", sFactionTemplateStore.GetNumRows());
BarGoLink bar(rpgCacheSize);
results = WorldDatabase.PQuery("SELECT map, position_x, position_y, position_z, t.FactionAlliance, t.Name "
results = WorldDatabase.PQuery("SELECT map, position_x, position_y, position_z, t.Faction, t.Name "
"from creature c inner join creature_template t on c.id = t.entry "
"where t.NpcFlags & %u <> 0",
UNIT_NPC_FLAG_INNKEEPER);
Expand Down

0 comments on commit e9b2b8f

Please sign in to comment.