aboutsummaryrefslogtreecommitdiff
path: root/src/game/Wintergrasp.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-11-17 23:13:54 -0800
committermaximius <none@none>2009-11-17 23:13:54 -0800
commit9eae529293c56b9ee7d815d9e10f38df7833f577 (patch)
treebb428d527f1e7088177b1d1fe25c2c62533d17d3 /src/game/Wintergrasp.cpp
parent1fac6a6c4089898fb9017cc8dc04e9545a7a8ec6 (diff)
*Fix *nix compile, closes #301
--HG-- branch : trunk
Diffstat (limited to 'src/game/Wintergrasp.cpp')
-rw-r--r--src/game/Wintergrasp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Wintergrasp.cpp b/src/game/Wintergrasp.cpp
index a1e8b4a0a50..56bdd3df187 100644
--- a/src/game/Wintergrasp.cpp
+++ b/src/game/Wintergrasp.cpp
@@ -966,7 +966,6 @@ bool OPvPWintergrasp::UpdateQuestGiverPosition(uint32 guid, Creature *creature)
{
assert(guid);
Position pos = m_qgPosMap[std::pair<uint32, bool>(guid, getDefenderTeam() == TEAM_HORDE)];
- assert(pos);
if (creature && creature->IsInWorld())
{