diff options
author | Blaymoira <none@none> | 2009-01-28 14:53:51 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-28 14:53:51 +0100 |
commit | 6e6e64cf67477e14dfcb590704d00a08f15a4611 (patch) | |
tree | 9fc1727cfe04204506bb0f6231a1b77f9334161e /src/game/SpellMgr.cpp | |
parent | 53e646d23056bac858a370fdf1949237b201ebea (diff) |
*Fixed 34700
*Set random target select for summoned creatures in Laj - by Iskander
--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 0892ddabeab..7b33c94de07 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -507,6 +507,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex) case 37675: // Chaos Blast case 41519: // Mark of Stormrage case 34877: // Custodian of Time + case 34700: return false; } |