- Excluded additional Legendary Arcane Amalgamation from obtainable for bot enchantments (#1600)

This commit is contained in:
kadeshar 2025-09-02 19:24:55 +02:00 committed by GitHub
parent 750d557e6a
commit 3c442a6b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ void PlayerbotFactory::Init()
if (id == 47181 || id == 50358 || id == 47242 || id == 52639 || id == 47147 || id == 7218) // Test Enchant if (id == 47181 || id == 50358 || id == 47242 || id == 52639 || id == 47147 || id == 7218) // Test Enchant
continue; continue;
if (id == 15463) // Legendary Arcane Amalgamation if (id == 15463 || id == 15490) // Legendary Arcane Amalgamation
continue; continue;
SpellInfo const* spellInfo = sSpellMgr->GetSpellInfo(id); SpellInfo const* spellInfo = sSpellMgr->GetSpellInfo(id);