diff options
-rw-r--r-- | npc/007-1/caelum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 4adaeb80e..436e25cee 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -10,7 +10,7 @@ 007-1,143,49,0 script Caelum NPC_PLAYER,{ // User is behind the wall, do nothing - if (isin("007-1", 142, 43, 3) + if (isin("007-1", 142, 43, 3)) end; .@Miner = getq(MineQuest_Caelum); |