Core/Battlegrounds: Strand of the Ancients Rework
Port From (https://github.com/TrinityCore/TrinityCore/commit/3d56cdc08413a0682299136a763e13e67d38818b)
This commit is contained in:
@@ -4469,10 +4469,10 @@ namespace Scripts.Spells.Generic
|
||||
|
||||
switch (target.GetTeamId())
|
||||
{
|
||||
case BatttleGroundTeamId.Alliance:
|
||||
case BattleGroundTeamId.Alliance:
|
||||
amount = WorldStateMgr.GetValue(WorldStates.WarModeAllianceBuffValue, target.GetMap());
|
||||
break;
|
||||
case BatttleGroundTeamId.Horde:
|
||||
case BattleGroundTeamId.Horde:
|
||||
amount = WorldStateMgr.GetValue(WorldStates.WarModeHordeBuffValue, target.GetMap());
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user