ID fix (Darkmoon Card: Wrath)

This commit is contained in:
Yunfan Li
2024-08-11 23:39:19 +08:00
parent bcd3737f97
commit 840f5b8f2e

View File

@@ -221,7 +221,7 @@ bool StatsCollector::SpecialSpellFilter(uint32 spellId) {
// trinket
switch (spellId)
{
case 39942: // Darkmoon Card: Wrath
case 39442: // Darkmoon Card: Wrath
if (type_ != CollectorType::SPELL_HEAL)
stats[STATS_TYPE_CRIT] += 50;
return true;