mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Correct faction of Titan Relic in SOTA.
author: maxdestroyer --HG-- branch : trunk
This commit is contained in:
@@ -82,9 +82,6 @@ bool BattleGroundSA::ResetObjs()
|
||||
return false;
|
||||
}
|
||||
|
||||
GetBGObject(BG_SA_TITAN_RELIC)->SetUInt32Value(GAMEOBJECT_FACTION, defF);
|
||||
GetBGObject(BG_SA_TITAN_RELIC)->Refresh();
|
||||
|
||||
//Cannons and demolishers - NPCs are spawned
|
||||
//By capturing GYs.
|
||||
for(uint8 i = 0; i < BG_SA_NPC_SPARKLIGHT; i++)
|
||||
@@ -103,6 +100,9 @@ bool BattleGroundSA::ResetObjs()
|
||||
GetBGObject(i)->SetUInt32Value(GAMEOBJECT_FACTION, defF);
|
||||
}
|
||||
|
||||
GetBGObject(BG_SA_TITAN_RELIC)->SetUInt32Value(GAMEOBJECT_FACTION, atF);
|
||||
GetBGObject(BG_SA_TITAN_RELIC)->Refresh();
|
||||
|
||||
for(uint8 i = 0; i <= 5; i++)
|
||||
GateStatus[i] = BG_SA_GATE_OK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user