Proper Freya openDoor bypass.

Contributed by facab.
This commit is contained in:
MobiusDev
2018-05-03 22:32:30 +00:00
parent 8e76b4772d
commit 9a2c032428

View File

@@ -196,7 +196,7 @@ public final class IceQueensCastleBattle extends AbstractInstance
final L2Npc freya = params.getObject("freya", L2Npc.class); final L2Npc freya = params.getObject("freya", L2Npc.class);
switch (event) switch (event)
{ {
case "world.openDoor": case "openDoor":
{ {
if (npc.isScriptValue(0)) if (npc.isScriptValue(0))
{ {