From 6932e783957bf2f4caf4646a4977b271ee3bd947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Thu, 5 Sep 2024 23:51:53 +0200 Subject: [PATCH] Update src/transmog_scripts.cpp --- src/transmog_scripts.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transmog_scripts.cpp b/src/transmog_scripts.cpp index 51acd803..4ea413ce 100644 --- a/src/transmog_scripts.cpp +++ b/src/transmog_scripts.cpp @@ -1215,9 +1215,7 @@ class WS_Transmogrification : public WorldScript { LOG_INFO("module", "Loading transmog appearance collection cache...."); uint32 collectedAppearanceCount = 0; - QueryResult result = CharacterDatabase.Query("SELECT account_id, item_template_id FROM custom_unlocked_appearances"); - if (result) { do