diff options
Diffstat (limited to 'src/game/LootMgr.cpp')
| -rw-r--r-- | src/game/LootMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 30471366202..452efe4e5da 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -1276,7 +1276,7 @@ void LoadLootTemplates_Spell() continue; // possible cases - if(!IsExplicitDiscoverySpell (spellInfo)) + if( !IsLootCraftingSpell(spellInfo)) continue; if(!ids_set.count(spell_id)) |
