diff --git a/DevourClient/Features/Menu.cpp b/DevourClient/Features/Menu.cpp index 76b0882..7532fc1 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -140,6 +140,10 @@ void DrawEntitiesTab() { if (ImGui::Button("TP items to you")) { //call tp items } + + if (ImGui::Button("Freeze Azazel")) { + Misc::FreezeAzazel(); + } ImGui::Spacing(); ImGui::Text("Azazel & Demons");