diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-03 12:38:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-03 12:38:31 -0300 |
commit | 53c68501b40ea1f130de7260271e1b25afb4ab11 (patch) | |
tree | 90e90a86519a9e7f2b50b4b84fc68314fb39bcdd /npc | |
parent | 91183381e76752923127b7ffd74834b19b57877f (diff) | |
download | serverdata-53c68501b40ea1f130de7260271e1b25afb4ab11.tar.gz serverdata-53c68501b40ea1f130de7260271e1b25afb4ab11.tar.bz2 serverdata-53c68501b40ea1f130de7260271e1b25afb4ab11.tar.xz serverdata-53c68501b40ea1f130de7260271e1b25afb4ab11.zip |
Fix a silly typo
Diffstat (limited to 'npc')
-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); |