aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorAstellar <none@none>2010-01-10 22:37:31 +0300
committerAstellar <none@none>2010-01-10 22:37:31 +0300
commit40f70a8594a687dd25212b8def1f49f61be95d7a (patch)
tree314afd621a3440cdac4e64867c9f355d7c2a9be0 /src/game/SpellMgr.cpp
parentef24d90472d979697d234a54510320edcdc9ae61 (diff)
Fixed quest Catch and Release, some fixes for Tag Murloc spell.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 8faa28b5e8b..2bd1943c8ca 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -767,7 +767,7 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con
case 50524: // Runic Power Feed
return false;
case 12042: // Arcane Power
- case SPELL_TAG_MURLOC_30877: // Tag Murloc
+ case 30877: // Tag Murloc
return true;
}