aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-06-13 10:21:45 +0200
committerMitchesD <majklprofik@seznam.cz>2015-06-13 10:21:45 +0200
commitb0ab1ef52f877d680378d45223167cc28756473d (patch)
tree1dcfb304c196b45e745834600d1f5d8672e30490 /src/server/scripts/Northrend
parent5b64df1a26d8b521282ffa41a17ad49a2e99558c (diff)
parent8a4afad63ac97b39f6746d466f3166eeef62e711 (diff)
Merge pull request #14617 from Golrag/IoC
Core/BattlegroundIC: Removed 1 hack:
Diffstat (limited to 'src/server/scripts/Northrend')
-rw-r--r--src/server/scripts/Northrend/isle_of_conquest.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/server/scripts/Northrend/isle_of_conquest.cpp b/src/server/scripts/Northrend/isle_of_conquest.cpp
index 7b851055f17..204c92c1789 100644
--- a/src/server/scripts/Northrend/isle_of_conquest.cpp
+++ b/src/server/scripts/Northrend/isle_of_conquest.cpp
@@ -161,19 +161,6 @@ class spell_ioc_gunship_portal : public SpellScriptLoader
* Position: X: 7.305609 Y: -0.095246 Z: 34.51022 O: 0
*/
caster->TeleportTo(GetHitCreature()->GetWorldLocation(), TELE_TO_NOT_LEAVE_TRANSPORT);
- /*
- * HACK: This aura should be added by 20212 and 20213 but can't find any SMSG_SPELL_GO. Could't find their position.
- * ServerToClient: SMSG_AURA_UPDATE (0x0072)
- * [0] CasterGUID: Full: xxxxx Type: Unit Entry: 20212 Low: xxx
- * [0] Flags: None (0)
- * [0] Caster Level: 60
- * [0] Spell ID: 66656
- * [0] Charges: 0
- * [0] Effect Mask: 1
- * [0] Slot: 37
- * Guid: Full: xxxxx Type: Player2 Low: xxxxx
- */
- caster->AddAura(SPELL_PARACHUTE, caster);
}
void Register() override