PDA

Просмотр полной версии : [patch] Static Charge, Static Overload


PSZ
31.03.2010, 16:47
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)

PSZ
28.05.2010, 14:41
UP? Патч очевидный и не хаковый...