diff options
| author | megamage <none@none> | 2009-08-09 15:09:44 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-09 15:09:44 -0500 |
| commit | df9cf9c0fa88fe721d3a4f845c4284b7bf262513 (patch) | |
| tree | 1ec0a5b70635b260d472ec1415db2a8cc7e90317 /src/bindings/scripts/include | |
| parent | df5853c399f70191e83543fe677a09c975c42c04 (diff) | |
*Some scripts of ulduar boss (far from finished)
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/include')
| -rw-r--r-- | src/bindings/scripts/include/sc_creature.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/bindings/scripts/include/sc_creature.cpp b/src/bindings/scripts/include/sc_creature.cpp index 5edc67f7120..66c4fa58bb9 100644 --- a/src/bindings/scripts/include/sc_creature.cpp +++ b/src/bindings/scripts/include/sc_creature.cpp @@ -790,7 +790,7 @@ void LoadOverridenDBCData() spellInfo->DurationIndex = 21; spellInfo->Effect[0] = SPELL_EFFECT_APPLY_AREA_AURA_ENEMY; break; - // Naxxramas: Gothik : Inform Inf range + // Naxxramas : Gothik : Inform Inf range case 27892: case 27928: case 27935: @@ -799,6 +799,12 @@ void LoadOverridenDBCData() case 27937: spellInfo->rangeIndex = 13; break; + // Ulduar : Flame Leviathan : Pursued + case 62374: + spellInfo->MaxAffectedTargets = 1; + spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_AREA_ENTRY_SRC; + spellInfo->EffectImplicitTargetB[1] = TARGET_UNIT_AREA_ENTRY_SRC; + break; } } } |
