mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-17 15:39:48 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts: src/tools/map_extractor/System.cpp
This commit is contained in:
@@ -1407,9 +1407,7 @@ public:
|
||||
{
|
||||
uiDespawnTimer = 28000;
|
||||
if (instance)
|
||||
{
|
||||
me->AddAura(SPELL_TWILIGHT_SHIFT_ENTER, me);
|
||||
}
|
||||
DoCast(me, SPELL_TWILIGHT_TORMENT_VESP_ACO);
|
||||
}
|
||||
|
||||
@@ -1504,9 +1502,7 @@ public:
|
||||
void Reset() OVERRIDE
|
||||
{
|
||||
if (instance)
|
||||
{
|
||||
me->AddAura(SPELL_TWILIGHT_SHIFT_ENTER, me);
|
||||
}
|
||||
m_uiFadeArmorTimer = 1000;
|
||||
m_uiHatchEggTimer = 20000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user