aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland
diff options
context:
space:
mode:
authorWyreth <32145860+Wyreth@users.noreply.github.com>2018-02-17 15:09:54 +0100
committerjackpoz <giacomopoz@gmail.com>2018-02-17 15:09:54 +0100
commit56874b44f0625f80442ea906f487e3253bdd16eb (patch)
treef14a406a147d95066ab9513ed50e87c99e338d3e /src/server/scripts/Outland
parentd3d0640a8d61e9a216876b7f1b114673893b2bc8 (diff)
Core/Entities: remove grid-wide visibility from setActive and implement another method for it (#20725)
Diffstat (limited to 'src/server/scripts/Outland')
-rw-r--r--src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp
index 1f013868fc7..f59768ef65f 100644
--- a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp
+++ b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/instance_serpent_shrine.cpp
@@ -189,18 +189,22 @@ class instance_serpent_shrine : public InstanceMapScript
case 184568:
ControlConsole = go->GetGUID();
go->setActive(true);
+ go->SetFarVisible(true);
break;
case 184203:
BridgePart[0] = go->GetGUID();
go->setActive(true);
+ go->SetFarVisible(true);
break;
case 184204:
BridgePart[1] = go->GetGUID();
go->setActive(true);
+ go->SetFarVisible(true);
break;
case 184205:
BridgePart[2] = go->GetGUID();
go->setActive(true);
+ go->SetFarVisible(true);
break;
default:
break;