aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
diff options
context:
space:
mode:
authorleak <leakzx@googlemail.com>2011-04-28 22:54:30 +0200
committerleak <leakzx@googlemail.com>2011-04-28 22:54:30 +0200
commite2e9431ca3b4725f29e13350eb9ca0b46cc0aff1 (patch)
tree6b4ad21b0223031c16ac846a832d2ffd4d3c56d2 /src/server/scripts/Northrend
parent3ab83417f5d6e18cf055195aa35beefdc4f98b9b (diff)
Core/ObjectMgr: Refactor sGOStorage
Diffstat (limited to 'src/server/scripts/Northrend')
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
index 31afa119143..92bdbe4ea16 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
@@ -1094,7 +1094,7 @@ class spell_sindragosa_ice_tomb : public SpellScriptLoader
{
if (!ObjectMgr::GetCreatureTemplate(NPC_ICE_TOMB))
return false;
- if (!ObjectMgr::GetGameObjectInfo(GO_ICE_BLOCK))
+ if (!sObjectMgr->GetGameObjectTemplate(GO_ICE_BLOCK))
return false;
return true;
}