diff options
author | megamage <none@none> | 2009-06-15 12:12:22 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-15 12:12:22 -0500 |
commit | 9055f25030e6de924346d92e6b588e8265918831 (patch) | |
tree | 36e30089d457da59274257aec6902ef653213555 /src/game/Spell.h | |
parent | b9610f27dd2c55f63f9a96f1259a8dce33b71d88 (diff) |
*Fix a bug that dark rider of dk quest cannot be attacked.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 9f666ecf47b..5d108f48fa1 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -621,10 +621,6 @@ class Spell uint32 m_spellState; uint32 m_timer; - float m_castPositionX; - float m_castPositionY; - float m_castPositionZ; - float m_castOrientation; bool m_IsTriggeredSpell; // if need this can be replaced by Aura copy |