• Страница 1 из 1
  • 1
Форум WoW-Game » TrinityCore » Фиксы TrinityCore » [PATCH] Conflagrate DoT (Фикс)
[PATCH] Conflagrate DoT
RangersDarknesДата: Пятница, 12.03.2010, 11:39 | Сообщение # 1
Чемпион
Группа: Пользователи
Сообщений: 185
Награды: 1
Репутация: 31
Статус:
Code
diff -r 7e62f7060ecc src/game/SpellEffects.cpp
--- a/src/game/SpellEffects.cpp    Wed Mar 10 16:24:48 2010 +0100
+++ b/src/game/SpellEffects.cpp    Thu Mar 11 16:52:05 2010 +0200
@@ -496,9 +496,12 @@
                      // found Immolate or Shadowflame
                      if (aura)
                      {
-                        uint32 pdamage = aura->GetAmount() > 0 ? aura->GetAmount() : 0;
-                        pdamage = m_caster->SpellDamageBonus(unitTarget, aura->GetSpellProto(), pdamage, DOT, aura->GetBase()->GetStackAmount());
-                        damage += pdamage * aura->GetTotalTicks() * 60 / 100;
+  uint32 damagetick = aura->GetAmount() > 0 ? aura->GetAmount() : 0;
+  // Conflagrate DOT
+                        damagetick = m_caster->SpellDamageBonus(unitTarget, aura->GetSpellProto(), aura->GetBase()->GetStackAmount(), DOT);
+                        // Save value of further damage
+                        m_currentBasePoints[1] = damagetick * 2 / 3;
+                        damage += damagetick * 3;
                          apply_direct_bonus = false;
                          // Glyph of Conflagrate
                          if (!m_caster->HasAura(56235))
Прикрепления: __.patch (1.2 Kb)
 
Форум WoW-Game » TrinityCore » Фиксы TrinityCore » [PATCH] Conflagrate DoT (Фикс)
  • Страница 1 из 1
  • 1
Поиск: