Skip to content

Commit

Permalink
update Importer
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon87 committed Apr 13, 2023
1 parent cbdad8c commit 3e3decb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/ui/FrontendUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,16 @@ void FrontendUI::showQuickLinksDialog() {
if (ImGui::Button("Primal enchant", ImVec2(-1, 0))) {
openM2SceneByfdid(4636728, replacementTextureFDids);
}
if (ImGui::Button("nightborne model", ImVec2(-1, 0))) {
openM2SceneByfdid(1810676, replacementTextureFDids);
}
if (ImGui::Button("Tomb of sargares hall", ImVec2(-1, 0))) {
openMapByIdAndWDTId(1676, 1532459, 6289, -801, 3028);
}
if (ImGui::Button("Legion Dalaran", ImVec2(-1, 0))) {
openWMOSceneByfdid(1120838);
}

if (ImGui::Button("10.0 Raid WMO", ImVec2(-1, 0))) {
openWMOSceneByfdid(4282557);
}
Expand Down

0 comments on commit 3e3decb

Please sign in to comment.