diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 14:08:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 14:08:55 -0300 |
commit | 75722c2a78f566d53f47910cd3c4cde18d554ac7 (patch) | |
tree | ac28fb8bfa023580fd4ea7b24054340d658df1cd /npc/007-1/caelum.txt | |
parent | 9de3ba09579a65a0c50a8b2669b9bbb545cc16be (diff) | |
download | serverdata-75722c2a78f566d53f47910cd3c4cde18d554ac7.tar.gz serverdata-75722c2a78f566d53f47910cd3c4cde18d554ac7.tar.bz2 serverdata-75722c2a78f566d53f47910cd3c4cde18d554ac7.tar.xz serverdata-75722c2a78f566d53f47910cd3c4cde18d554ac7.zip |
Fix Caelum %%e
Diffstat (limited to 'npc/007-1/caelum.txt')
-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 130a32ec5..e52da39c4 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -9,7 +9,7 @@ // id:193 MineQuests_Caelum 007-1,143,49,0 script Caelum NPC_PLAYER,{ - .@Miner = getq(MineQuests_Caelum); + .@Miner = getq(MineQuest_Caelum); if (BaseLevel < 28) goto L_TooWeak; if (.@Miner == 1) goto L_Check; if (.@Miner == 2) goto L_Complete; |