Removed non-existent Valakas doors.

Thanks to CostyKiller.
This commit is contained in:
MobiusDevelopment
2023-02-01 00:04:55 +02:00
parent 40bdaf545d
commit d2aca79b37
13 changed files with 36 additions and 75 deletions

View File

@@ -132,20 +132,17 @@ public class ValakasTeleporters extends AbstractNpcAI
}
case 31384:
{
DoorData.getInstance().getDoor(24210004).openMe();
DoorData.getInstance().getDoor(25140004).openMe(); // new?
DoorData.getInstance().getDoor(25140004).openMe();
break;
}
case 31686:
{
DoorData.getInstance().getDoor(24210005).openMe();
DoorData.getInstance().getDoor(25140005).openMe(); // new?
DoorData.getInstance().getDoor(25140005).openMe();
break;
}
case 31687:
{
DoorData.getInstance().getDoor(24210006).openMe();
DoorData.getInstance().getDoor(25140006).openMe(); // new?
DoorData.getInstance().getDoor(25140006).openMe();
break;
}
case 31540: