mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Merge pull request #11120 from AliveShiro/battlefield_cosmetic
Game/Battlefield: Cosemtic changes
This commit is contained in:
@@ -166,7 +166,7 @@ bool BattlefieldWG::SetupBattlefield()
|
||||
{
|
||||
Position towerCannonPos;
|
||||
WGTurret[i].GetPosition(&towerCannonPos);
|
||||
if (Creature* creature = SpawnCreature(NPC_TOWER_CANNON, towerCannonPos, TEAM_ALLIANCE))
|
||||
if (Creature* creature = SpawnCreature(NPC_WINTERGRASP_TOWER_CANNON, towerCannonPos, TEAM_ALLIANCE))
|
||||
{
|
||||
CanonList.insert(creature->GetGUID());
|
||||
HideNpc(creature);
|
||||
|
||||
@@ -208,7 +208,6 @@ enum WintergraspNpcs
|
||||
|
||||
NPC_TAUNKA_SPIRIT_GUIDE = 31841, // Horde spirit guide for Wintergrasp
|
||||
NPC_DWARVEN_SPIRIT_GUIDE = 31842, // Alliance spirit guide for Wintergrasp
|
||||
NPC_TOWER_CANNON = 28366,
|
||||
|
||||
NPC_WINTERGRASP_SIEGE_ENGINE_ALLIANCE = 28312,
|
||||
NPC_WINTERGRASP_SIEGE_ENGINE_HORDE = 32627,
|
||||
@@ -1338,7 +1337,7 @@ struct BfWGGameObjectBuilding
|
||||
{
|
||||
Position towerCannonPos;
|
||||
TowerCannon[towerid].TurretTop[i].GetPosition(&towerCannonPos);
|
||||
if (Creature* turret = m_WG->SpawnCreature(28366, towerCannonPos, TeamId(0)))
|
||||
if (Creature* turret = m_WG->SpawnCreature(NPC_WINTERGRASP_TOWER_CANNON, towerCannonPos, TeamId(0)))
|
||||
{
|
||||
m_TurretTopList.insert(turret->GetGUID());
|
||||
switch (go->GetEntry())
|
||||
|
||||
Reference in New Issue
Block a user