|
Патчи на рассмотрении Рассматриваемые к принятию патчи |
|
Опции темы | Поиск в этой теме | Опции просмотра |
26.03.2011, 18:52 | #1 |
Ученый
Регистрация: 10.03.2010
Адрес: Бобруйск
Сообщений: 284
Сказал(а) спасибо: 213
Поблагодарили 98 раз(а) в 84 сообщениях
|
Restore itemset 207 5p bonus affect work
Код:
diff --git a/src/game/UnitAuraProcHandler.cpp b/src/game/UnitAuraProcHandler.cpp index bb526b8..895e8a4 100644 --- a/src/game/UnitAuraProcHandler.cpp +++ b/src/game/UnitAuraProcHandler.cpp @@ -3301,9 +3301,13 @@ SpellAuraProcResult Unit::HandleProcTriggerSpellAuraProc(Unit *pVictim, uint32 d { if(!procSpell) return SPELL_AURA_PROC_FAILED; - basepoints[0] = procSpell->manaCost * 35 / 100; + + int32 mana = procSpell->manaCost + procSpell->ManaCostPercentage * GetCreateMana() / 100; + basepoints[0] = mana * 35 / 100; + + target = this; trigger_spell_id = 23571; - target = this; + break; } // Nature's Guardian else if (auraSpellInfo->SpellIconID == 2013) |
Пользователь сказал cпасибо: | PSZ (28.03.2011) |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
Restore itemset 208 8p bonus affect work | Den | Патчи на рассмотрении | 1 | 25.03.2011 21:36 |
Restore itemset 523 8p bonus affect work | Den | Патчи на рассмотрении | 0 | 23.03.2011 21:14 |
Restore itemset 203 3p bonus affect work | Den | Патчи на рассмотрении | 0 | 21.03.2011 20:21 |
Restore itemset 638 2p bonus and itemset 639 2p bonus affect work | Den | Патчи на рассмотрении | 0 | 20.03.2011 18:20 |
Restore itemset 521 8p bonus affect work | Den | Патчи на рассмотрении | 0 | 20.03.2011 14:11 |