summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-11 17:41:50 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-11 17:41:50 -0300
commitf8b4c7bb83b96d3b0e3233c027851d61a54ae115 (patch)
tree8ab5d6cac5f75a309c1410862911c36075b297a2 /npc/005-1
parent2e0f78fcf749cef87f5f96361518696d15fbf9c0 (diff)
downloadserverdata-f8b4c7bb83b96d3b0e3233c027851d61a54ae115.tar.gz
serverdata-f8b4c7bb83b96d3b0e3233c027851d61a54ae115.tar.bz2
serverdata-f8b4c7bb83b96d3b0e3233c027851d61a54ae115.tar.xz
serverdata-f8b4c7bb83b96d3b0e3233c027851d61a54ae115.zip
Remove auto-talk from Maya and Sailors
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/maya.txt2
-rw-r--r--npc/005-1/sailors.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt
index 7c55a9cbf..321436628 100644
--- a/npc/005-1/maya.txt
+++ b/npc/005-1/maya.txt
@@ -10,7 +10,7 @@
// 02 First quest completed: Reward Candor shirt
// 03 wolvern tooth +20k + 2000monster point ->claw pendant
-005-1,42,37,0 script Maya NPC_RAIJIN_FEMALE_LEGION_ARTIS,0,0,{
+005-1,42,37,0 script Maya NPC_RAIJIN_FEMALE_LEGION_ARTIS,{
.@maya = getq(CandorQuest_Maya);
if (.@maya == 0)
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt
index a1e72eefa..d7f3b07c7 100644
--- a/npc/005-1/sailors.txt
+++ b/npc/005-1/sailors.txt
@@ -9,7 +9,7 @@
// 2: Invite Elmo
// 3: Completed
-005-1,95,99,0 script Sailors#005-1 NPC_ELVEN_MAN_TRADER_SITTING,0,0,{
+005-1,95,99,0 script Sailors#005-1 NPC_ELVEN_MAN_TRADER_SITTING,{
.@q = getq(CandorQuest_Sailors);
if (.@q == 1)
goto L_Report;