diff options
| author | QAston <none@none> | 2009-03-08 19:18:02 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-08 19:18:02 +0100 |
| commit | f260c923949dd49719cc1fd038b72ef6a6259c19 (patch) | |
| tree | b09a80340760ae718c2e345121ac7c7edb5a2889 /src/game/SpellMgr.cpp | |
| parent | 2826ebee2ffd275baf165894201687305a424284 (diff) | |
*Update Master of Subtlety code and fix Overkill.
*Fix Aspect of the Viper-by pasdVn
*Fix Circle of Healing.
Fix Rapture-by pasdVn
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index a765415e71c..c6365294c5f 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -129,6 +129,7 @@ SpellMgr::SpellMgr() SpellTargetType[i] = TARGET_TYPE_AREA_DEST; break; case TARGET_DEST_TARGET_ENEMY: + case TARGET_DEST_TARGET_FRIEND: case TARGET_DEST_TARGET_FRONT: case TARGET_DEST_TARGET_BACK: case TARGET_DEST_TARGET_RIGHT: |
