diff options
| author | megamage <none@none> | 2009-06-14 09:57:57 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-14 09:57:57 -0500 |
| commit | e192d8f39b85ef504762bcbbd5c13a9885510f6b (patch) | |
| tree | b140f635725436e284f3522bc34c93283c175055 /src/game/SpellMgr.cpp | |
| parent | c6d242c2b6478797fe19897d54308e7ed8228874 (diff) | |
*Some work on vehicle.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 67f31ad7759..d5c611a4cbe 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -107,6 +107,8 @@ SpellMgr::SpellMgr() case TARGET_UNIT_PET: case TARGET_UNIT_PARTY_CASTER: case TARGET_UNIT_RAID_CASTER: + case TARGET_UNIT_VEHICLE: + case TARGET_UNIT_PASSENGER: SpellTargetType[i] = TARGET_TYPE_UNIT_CASTER; break; case TARGET_UNIT_MINIPET: |
