mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/EAI: Fix unit_field changes, outdated since initial 3.x versions
This commit is contained in:
@@ -96,7 +96,7 @@ enum Spells
|
||||
SPELL_PORTAL_BEAM = 56046, // Malygos cast on portal to activate it during PHASE_NOT_STARTED
|
||||
|
||||
//Phase I
|
||||
SPELL_BERSEKER = 60670,
|
||||
SPELL_BERSERK = 60670,
|
||||
SPELL_MALYGOS_BERSERK = 47008, // it's the berserk spell that will hit only Malygos after 10 min of 60670
|
||||
SPELL_PORTAL_VISUAL_CLOSED = 55949,
|
||||
SPELL_SUMMON_POWER_PARK = 56142,
|
||||
@@ -580,7 +580,7 @@ public:
|
||||
}
|
||||
|
||||
Talk(SAY_START_P_ONE);
|
||||
DoCast(SPELL_BERSEKER); // periodic aura, first tick in 10 minutes
|
||||
DoCast(SPELL_BERSERK); // periodic aura, first tick in 10 minutes
|
||||
if (instance)
|
||||
instance->DoStartTimedAchievement(ACHIEVEMENT_TIMED_TYPE_EVENT, ACHIEV_TIMED_START_EVENT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user