Managing new Valakas door ids.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user