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