mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
ID fix (Darkmoon Card: Wrath)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user