diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-10 11:49:26 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-10 11:49:26 -0600 |
commit | 176b5081d44335d7546ea418d47b7fe3572436eb (patch) | |
tree | a399e8f2f8921dcf482d8905d1c4154e2d5192db /npc/015-1_Woodland | |
parent | e372bc640d96bbf1fda47dbf2bd70bee3a3f539a (diff) | |
download | serverdata-176b5081d44335d7546ea418d47b7fe3572436eb.tar.gz serverdata-176b5081d44335d7546ea418d47b7fe3572436eb.tar.bz2 serverdata-176b5081d44335d7546ea418d47b7fe3572436eb.tar.xz serverdata-176b5081d44335d7546ea418d47b7fe3572436eb.zip |
Fix a bug with one of the swords in a stone
Diffstat (limited to 'npc/015-1_Woodland')
-rw-r--r-- | npc/015-1_Woodland/sword.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-1_Woodland/sword.txt b/npc/015-1_Woodland/sword.txt index 38f89612..f5f0cd17 100644 --- a/npc/015-1_Woodland/sword.txt +++ b/npc/015-1_Woodland/sword.txt @@ -1,6 +1,7 @@ 015-1.gat,97,97,0 script #MagicSword#_M 127,{ if (getskilllv(SKILL_MAGIC)) goto L_message; + mes "It appears to be an ordinary sword."; close; L_message: |