Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
- index f0318bc..5723d31 100644
- --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
- +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp
- @@ -1200,8 +1200,8 @@ class spell_sindragosa_ice_tomb : public SpellScriptLoader
- {
- if (!sObjectMgr->GetCreatureTemplate(NPC_ICE_TOMB))
- return false;
- - if (!sObjectMgr->GetGameObjectTemplate(GO_ICE_BLOCK))
- - return false;
- + //if (!sObjectMgr->GetGameObjectTemplate(GO_ICE_BLOCK))
- + //return false;
- return true;
- }
- @@ -1212,11 +1212,11 @@ class spell_sindragosa_ice_tomb : public SpellScriptLoader
- if (TempSummon* summon = GetCaster()->SummonCreature(NPC_ICE_TOMB, pos))
- {
- summon->AI()->SetGUID(GetHitUnit()->GetGUID(), DATA_TRAPPED_PLAYER);
- - if (GameObject* go = summon->SummonGameObject(GO_ICE_BLOCK, pos.GetPositionX(), pos.GetPositionY(), pos.GetPositionZ(), pos.GetOrientation(), 0.0f, 0.0f, 0.0f, 0.0f, 0))
- - {
- - go->SetSpellId(SPELL_ICE_TOMB_DAMAGE);
- - summon->AddGameObject(go);
- - }
- + //if (GameObject* go = summon->SummonGameObject(GO_ICE_BLOCK, pos.GetPositionX(), pos.GetPositionY(), pos.GetPositionZ(), pos.GetOrientation(), 0.0f, 0.0f, 0.0f, 0.0f, 0))
- + //{
- + //go->SetSpellId(SPELL_ICE_TOMB_DAMAGE);
- + //summon->AddGameObject(go);
- + //}
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment