diff options
author | Reid <reidyaro@gmail.com> | 2015-02-02 00:58:25 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-02 00:58:25 +0100 |
commit | e9a0c891a83e0c3903935bba53ad332f1016c113 (patch) | |
tree | 94c589b75f6793cc1b29a4006ab1a03b09f09676 | |
parent | 1c9022531f8ebc2e1702534108faf59a17e8880f (diff) | |
download | serverdata-e9a0c891a83e0c3903935bba53ad332f1016c113.tar.gz serverdata-e9a0c891a83e0c3903935bba53ad332f1016c113.tar.bz2 serverdata-e9a0c891a83e0c3903935bba53ad332f1016c113.tar.xz serverdata-e9a0c891a83e0c3903935bba53ad332f1016c113.zip |
Add unique name to julia and note script.
-rw-r--r-- | npc/001-2-21/julia.txt | 2 | ||||
-rw-r--r-- | npc/001-2-21/note.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index 5635f48d2..1abb3abe2 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -7,7 +7,7 @@ // Description: // Allows to change language. -001-2-21,27,24,0 script Julia 404,2,10,{ +001-2-21,27,24,0 script Julia#Artis 404,2,10,{ mesn; mesq lg("Hello dear!"); next; diff --git a/npc/001-2-21/note.txt b/npc/001-2-21/note.txt index 29628d70e..772623d06 100644 --- a/npc/001-2-21/note.txt +++ b/npc/001-2-21/note.txt @@ -6,7 +6,7 @@ // Description: // A small note presenting the 6 main rules of Evol Online. -000-2-0,29,25,0 script Note 116,{ +000-2-0,29,25,0 script Note#Artis 116,{ mesn "Narrator"; mes col(l("There is a paper with some rules written on it."), 9); next; |