mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Script: Optimize code for previous commit for Pit of Saron.
This commit is contained in:
@@ -167,8 +167,6 @@ class instance_pit_of_saron : public InstanceMapScript
|
||||
switch (go->GetEntry())
|
||||
{
|
||||
case GO_ICE_WALL:
|
||||
AddDoor(go, true);
|
||||
break;
|
||||
case GO_HALLS_OF_REFLECTION_PORTCULLIS:
|
||||
AddDoor(go, true);
|
||||
break;
|
||||
@@ -180,8 +178,6 @@ class instance_pit_of_saron : public InstanceMapScript
|
||||
switch (go->GetEntry())
|
||||
{
|
||||
case GO_ICE_WALL:
|
||||
AddDoor(go, false);
|
||||
break;
|
||||
case GO_HALLS_OF_REFLECTION_PORTCULLIS:
|
||||
AddDoor(go, false);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user