diff options
author | Nevan <none@none> | 2009-08-01 12:06:06 +0200 |
---|---|---|
committer | Nevan <none@none> | 2009-08-01 12:06:06 +0200 |
commit | 03604a25670b9dbbe91537d1af21f2b5a06bbe07 (patch) | |
tree | dd96aa88737102ec0888dfd6700aa71c35490944 /src/game/SpellMgr.cpp | |
parent | 452eb463988cd6f4c39ed9682606995d95826702 (diff) |
*Fix Spell 1852 (This is a GM tool for silencing players.)
--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 a4a7b03ba6e..4ffd1263149 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -710,6 +710,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) switch(spellId) { + case 1852: // Silenced (GM) case 46392: // Focused Assault case 46393: // Brutal Assault case 28441: // not positive dummy spell |