Closed Xadras closed 8 years ago
Originally reported by: Areradon (Bitbucket: Areradon, GitHub: Unknown)
http://de.wowhead.com/npc=19220 http://de.wowhead.com/spell=15453
Arkane Explosion macht auf Heroisch zu viel Schaden 5k, sollte 2k schaden machen. Quelle:
Pathaleon now has an arcane explosion with a two second cast time that hits for around 2000 damage http://www.wowwiki.com/Pathaleon_the_Calculator
Fix: src/game/SpellMgr.cpp Da gibt es ne Zeile: /* Damage Corrections */ darunter dann einfach das einfügen case 15453: // Arcane Explosion spellInfo->EffectBasePoints[0] = 154; break;
Original comment by Xadras (Bitbucket: Xadras, GitHub: Xadras):
bei restart + compile aktiv
Originally reported by: Areradon (Bitbucket: Areradon, GitHub: Unknown)
http://de.wowhead.com/npc=19220 http://de.wowhead.com/spell=15453
Arkane Explosion macht auf Heroisch zu viel Schaden 5k, sollte 2k schaden machen. Quelle:
Pathaleon now has an arcane explosion with a two second cast time that hits for around 2000 damage http://www.wowwiki.com/Pathaleon_the_Calculator
Fix: src/game/SpellMgr.cpp Da gibt es ne Zeile: /* Damage Corrections */ darunter dann einfach das einfügen case 15453: // Arcane Explosion spellInfo->EffectBasePoints[0] = 154; break;