From 3e3decbae0498f7d570ef4b218d3d9dfb5c5ce35 Mon Sep 17 00:00:00 2001 From: Deamon87 Date: Thu, 13 Apr 2023 03:46:44 +0300 Subject: [PATCH] update Importer --- 3rdparty/DBImporter | 2 +- src/ui/FrontendUI.cpp | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/3rdparty/DBImporter b/3rdparty/DBImporter index 51678fdf..efb85983 160000 --- a/3rdparty/DBImporter +++ b/3rdparty/DBImporter @@ -1 +1 @@ -Subproject commit 51678fdff7292747f089b5b207fb0b658927142b +Subproject commit efb85983817d154203ff15d5b90cd4e48ef4af4e diff --git a/src/ui/FrontendUI.cpp b/src/ui/FrontendUI.cpp index 781153c6..cc38929c 100644 --- a/src/ui/FrontendUI.cpp +++ b/src/ui/FrontendUI.cpp @@ -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); }