Skip to content

Commit

Permalink
database: replace taxi icons with game textures
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Mar 7, 2024
1 parent 92527f4 commit b43151e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,7 @@ function pfDatabase:SearchMetaRelation(query, meta, show)

if pfDB["meta"] and pfDB["meta"][relname] then
if relname == "flight" then
meta["texture"] = pfQuestConfig.path.."\\img\\available_c"
meta["vertex"] = { .4, 1, .4 }
meta["texture"] = "Interface\\TaxiFrame\\UI-Taxi-Icon-White"

if relmins then
faction = string.lower(relmins)
Expand Down

1 comment on commit b43151e

@shagu
Copy link
Owner Author

@shagu shagu commented on b43151e Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Please sign in to comment.