mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Scripts/OnyxiasLair: Fix Onyxia Eruption spell (#24472)
This commit is contained in:
@@ -111,7 +111,9 @@ public:
|
||||
//THIS GOB IS A TRAP - What shall i do? =(
|
||||
//Cast it spell? Copyed Heigan method
|
||||
floorEruption->SendCustomAnim(floorEruption->GetGoAnimProgress());
|
||||
floorEruption->CastSpell(nullptr, Difficulty(instance->GetSpawnMode()) == RAID_DIFFICULTY_10MAN_NORMAL ? 17731 : 69294); //pFloorEruption->GetGOInfo()->trap.spellId
|
||||
CastSpellExtraArgs args;
|
||||
args.OriginalCaster = onyxiaGUID;
|
||||
floorEruption->CastSpell(floorEruption, floorEruption->GetGOInfo()->trap.spellId, args);
|
||||
|
||||
//Get all immediatly nearby floors
|
||||
std::list<GameObject*> nearFloorList;
|
||||
|
||||
Reference in New Issue
Block a user