diff options
| author | megamage <none@none> | 2009-08-13 00:21:10 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-13 00:21:10 -0500 |
| commit | 11ceeefbea7a03f438291c9f121d72202adc779a (patch) | |
| tree | 6d9f271cdb62de1f296672ef21684209c4f3f18e /src/game | |
| parent | 729242058398f197d62585c334244fc9f817fd47 (diff) | |
*Some update of script "death's challenge"
--HG--
branch : trunk
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/SpellEffects.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 0422e7493ee..f4abd133620 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -6570,6 +6570,9 @@ void Spell::EffectTransmitted(uint32 effIndex) } break; } + case GAMEOBJECT_TYPE_DUEL_ARBITER: // 52991 + m_caster->AddGameObject(pGameObj); + break; case GAMEOBJECT_TYPE_FISHINGHOLE: case GAMEOBJECT_TYPE_CHEST: default: |
