|
Патчи на рассмотрении Рассматриваемые к принятию патчи |
|
Опции темы | Поиск в этой теме | Опции просмотра |
31.03.2010, 16:47 | #1 |
Ученый
Регистрация: 07.03.2010
Сообщений: 138
Сказал(а) спасибо: 200
Поблагодарили 143 раз(а) в 49 сообщениях
|
[patch] Static Charge, Static Overload
Static Charge (использует Lady Vashj в Serpentshrine Cavern) и Static Overload (использует Ionar в Halls of Lightning) наносят урон кастеру (должны врагам).
Код:
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 6fcd621..7bd2915 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2255,6 +2255,12 @@ void Aura::TriggerSpell() case 48094: target->CastSpell(target, trigger_spell_id, true, NULL, this); return; + // Static Charge (Lady Vashj in Serpentshrine Cavern) + case 38280: + // Static Overload normal (Ionar in Halls of Lightning) + case 52658: + // Static Overload heroic (Ionar in Halls of Lightning) + case 59795: // Beacon of Light case 53563: // original caster must be target (beacon) |
28.05.2010, 14:41 | #2 |
Ученый
Регистрация: 07.03.2010
Сообщений: 138
Сказал(а) спасибо: 200
Поблагодарили 143 раз(а) в 49 сообщениях
|
UP? Патч очевидный и не хаковый...
|
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
[10952] Don't use singleton to access static functions. | newsbot | CMaNGOS Commits | 0 | 03.01.2011 14:00 |
[10578] Use static call for IsBGWeekend in BattleGroundAV | newsbot | CMaNGOS Commits | 0 | 04.10.2010 23:30 |
[10021] Move item disenchanting static req. checks to server start. | newsbot | CMaNGOS Commits | 0 | 02.06.2010 14:01 |