aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-01-29 22:25:09 +0100
committerXTZGZoReX <none@none>2010-01-29 22:25:09 +0100
commit7209312044cf1d8b443ba0a6f2216089e50ff44e (patch)
treef579b4c75b5e38761cf30ce597b339094074a10c /src/game/ObjectMgr.cpp
parentc3ae3b88aa4baa5348d800237e5894d67b583b16 (diff)
parentd140d676999a96cb756665d86309c58c00b4e102 (diff)
* Merge - screw you, Brian!
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index e91aefe4b31..ccac86f9202 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -3988,7 +3988,7 @@ void ObjectMgr::LoadQuests()
}
}
- if(qinfo->RewSpellCast)
+ if(qinfo->RewSpellCast > 0)
{
SpellEntry const* spellInfo = sSpellStore.LookupEntry(qinfo->RewSpellCast);