diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-23 21:38:59 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-10-23 21:38:59 +0200 |
commit | 59cff626dfbfd2bf320a82a06e8fb87503618f86 (patch) | |
tree | 186717f3bdfb08c7fe53d9c3aad5ba3869971ea8 /npc | |
parent | e58920d7a3a1796a182f67b71a77cb86e79370fc (diff) | |
download | serverdata-59cff626dfbfd2bf320a82a06e8fb87503618f86.tar.gz serverdata-59cff626dfbfd2bf320a82a06e8fb87503618f86.tar.bz2 serverdata-59cff626dfbfd2bf320a82a06e8fb87503618f86.tar.xz serverdata-59cff626dfbfd2bf320a82a06e8fb87503618f86.zip |
fix Receptionist script *meh*
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-2-2/receptionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-2-2/receptionist.txt b/npc/008-2-2/receptionist.txt index cf95616e..c3be99c2 100644 --- a/npc/008-2-2/receptionist.txt +++ b/npc/008-2-2/receptionist.txt @@ -10,7 +10,7 @@ l("Hello Sir."), l("Welcome to the Rusty Pick. Sorry, we have no room left today."), l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day."), - lg("I wish you a beautiful day".); + lg("I wish you a beautiful day."); close; |