Managing new Valakas door ids.

This commit is contained in:
MobiusDev
2018-04-15 20:19:25 +00:00
parent b07192e91a
commit 7ab7a3a5f4
8 changed files with 68 additions and 17 deletions

View File

@@ -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: