mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/BattlegroundIC: Removed 1 hack:
* Parachute spell is now blizzlike * Also restored "The battle will begin in 2 minutes." (cherry picked from commit8a4afad63a) Conflicts: sql/updates/world/2015_05_01_00_world.sql src/server/game/Miscellaneous/Language.h Rename 2015_05_01_00_world.sql to 2015_06_13_00_world.sql (cherry picked from commit74eeefa5be)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user