summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-11 18:57:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-11 18:57:32 -0300
commit90e5374bb3589732d8ef8552dca5505289af2eda (patch)
treea0c5392b32a2142e8b1eaca9e2446a128f17cd7a /npc
parent76358ff07d241b6fc8fcc17c0cdd7a6d43c38d57 (diff)
downloadserverdata-90e5374bb3589732d8ef8552dca5505289af2eda.tar.gz
serverdata-90e5374bb3589732d8ef8552dca5505289af2eda.tar.bz2
serverdata-90e5374bb3589732d8ef8552dca5505289af2eda.tar.xz
serverdata-90e5374bb3589732d8ef8552dca5505289af2eda.zip
Prevent mana stone from npctalking without attached player
(why need player attached?)
Diffstat (limited to 'npc')
-rw-r--r--npc/009-5/manastone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/manastone.txt b/npc/009-5/manastone.txt
index 55fd811c1..83e6637a1 100644
--- a/npc/009-5/manastone.txt
+++ b/npc/009-5/manastone.txt
@@ -46,7 +46,7 @@ OnClock2100:
OnClock2250:
OnClock2340:
movenpc .name$, rand(200), rand(200);
- npctalk l("Those who are worthy, may get my magic. For the others, death awaits!");
+ //npctalk l("Those who are worthy, may get my magic. For the others, death awaits!");
end;
}