mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 10:30:01 +01:00
ID fix (Darkmoon Card: Wrath)
This commit is contained in:
parent
bcd3737f97
commit
840f5b8f2e
@ -221,7 +221,7 @@ bool StatsCollector::SpecialSpellFilter(uint32 spellId) {
|
|||||||
// trinket
|
// trinket
|
||||||
switch (spellId)
|
switch (spellId)
|
||||||
{
|
{
|
||||||
case 39942: // Darkmoon Card: Wrath
|
case 39442: // Darkmoon Card: Wrath
|
||||||
if (type_ != CollectorType::SPELL_HEAL)
|
if (type_ != CollectorType::SPELL_HEAL)
|
||||||
stats[STATS_TYPE_CRIT] += 50;
|
stats[STATS_TYPE_CRIT] += 50;
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user