Skip to content

Commit

Permalink
Update src/transmog_scripts.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Sep 5, 2024
1 parent 0240c12 commit 6932e78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transmog_scripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6932e78

Please sign in to comment.