Core/Spells: Fixed spell duration scaling with combo points
Port From (https://github.com/TrinityCore/TrinityCore/commit/9e68fd1458551ab0f007b6044c9220da8f7d4199)
This commit is contained in:
@@ -14,7 +14,6 @@ namespace Game.BattleGrounds.Zones
|
||||
public BgArathiBasin(BattlegroundTemplate battlegroundTemplate) : base(battlegroundTemplate)
|
||||
{
|
||||
m_IsInformedNearVictory = false;
|
||||
m_BuffChange = true;
|
||||
BgObjects = new ObjectGuid[ABObjectTypes.Max];
|
||||
BgCreatures = new ObjectGuid[ABBattlegroundNodes.AllCount + 5];//+5 for aura triggers
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ namespace Game.BattleGrounds.Zones
|
||||
{
|
||||
public BgEyeofStorm(BattlegroundTemplate battlegroundTemplate) : base(battlegroundTemplate)
|
||||
{
|
||||
m_BuffChange = true;
|
||||
BgObjects = new ObjectGuid[EotSObjectTypes.Max];
|
||||
BgCreatures= new ObjectGuid[EotSCreaturesTypes.Max];
|
||||
m_Points_Trigger[EotSPoints.FelReaver] = EotSPointsTrigger.FelReaverBuff;
|
||||
|
||||
Reference in New Issue
Block a user