diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/DoorData.xml b/L2J_Mobius_1.0_Ertheia/dist/game/data/DoorData.xml
index f0c5cb3903..972ac7e909 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/DoorData.xml
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/DoorData.xml
@@ -17265,4 +17265,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
index ecfccfd502..e662b799c5 100644
--- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
+++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
@@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
+ DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
- DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
- DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540:
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/DoorData.xml b/L2J_Mobius_2.5_Underground/dist/game/data/DoorData.xml
index ba0b4e837c..9b7e9027f9 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/DoorData.xml
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/DoorData.xml
@@ -18199,7 +18199,7 @@
-
+
@@ -18212,7 +18212,7 @@
-
+
@@ -18225,7 +18225,7 @@
-
+
diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
index ecfccfd502..e662b799c5 100644
--- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
+++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
@@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
+ DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
- DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
- DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540:
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/DoorData.xml b/L2J_Mobius_3.0_Helios/dist/game/data/DoorData.xml
index 26fedd1802..c9e3831cd8 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/DoorData.xml
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/DoorData.xml
@@ -18199,7 +18199,7 @@
-
+
@@ -18212,7 +18212,7 @@
-
+
@@ -18225,7 +18225,7 @@
-
+
diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
index ecfccfd502..e662b799c5 100644
--- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
+++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
@@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
+ DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
- DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
- DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540:
diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/DoorData.xml b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/DoorData.xml
index 26fedd1802..c9e3831cd8 100644
--- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/DoorData.xml
+++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/DoorData.xml
@@ -18199,7 +18199,7 @@
-
+
@@ -18212,7 +18212,7 @@
-
+
@@ -18225,7 +18225,7 @@
-
+
diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
index ecfccfd502..e662b799c5 100644
--- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
+++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/ai/others/GrandBossTeleporters/GrandBossTeleporters.java
@@ -136,16 +136,19 @@ public final class GrandBossTeleporters extends AbstractNpcAI
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
+ DoorData.getInstance().getDoor(25140004).openMe(); // new?
break;
}
case 31686:
{
- DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(25140005).openMe(); // new?
break;
}
case 31687:
{
- DoorData.getInstance().getDoor(24210005).openMe();
+ DoorData.getInstance().getDoor(24210006).openMe();
+ DoorData.getInstance().getDoor(25140006).openMe(); // new?
break;
}
case 31540: