diff options
| author | megamage <none@none> | 2009-05-21 10:01:03 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-21 10:01:03 -0500 |
| commit | 4ed847a6e329ebaa3a7951b5a44cbc6065dc7db2 (patch) | |
| tree | 08ec6c31f54ed3adbd84f40d2b3eb123f5cd0d0f /src/game/SpellMgr.cpp | |
| parent | b372a5ba25361c8cb0792abe6e5221a3413fc40c (diff) | |
*Implement spell effect wmo damage.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index e60931dc11e..08bf88e45da 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -85,6 +85,11 @@ SpellMgr::SpellMgr() case SPELL_EFFECT_138: EffectTargetType[i] = SPELL_REQUIRE_CASTER; break; + //case SPELL_EFFECT_WMO_DAMAGE: + //case SPELL_EFFECT_WMO_REPAIR: + //case SPELL_EFFECT_WMO_CHANGE: + // EffectTargetType[i] = SPELL_REQUIRE_GOBJECT; + // break; default: EffectTargetType[i] = SPELL_REQUIRE_UNIT; break; |
