diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-25 00:02:37 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-10-25 00:02:37 +0200 |
commit | d9797a547886ece5eff9e346a782f63def474a3b (patch) | |
tree | e7c7316242034583f2dd57ad945111b2e7305802 | |
parent | 2fa329894966e3067042885a0dc95845ca34dde8 (diff) | |
download | serverdata-d9797a547886ece5eff9e346a782f63def474a3b.tar.gz serverdata-d9797a547886ece5eff9e346a782f63def474a3b.tar.bz2 serverdata-d9797a547886ece5eff9e346a782f63def474a3b.tar.xz serverdata-d9797a547886ece5eff9e346a782f63def474a3b.zip |
Requested Re-naming
-rw-r--r-- | npc/008-2-2/melania.txt (renamed from npc/008-2-2/receptionist.txt) | 2 | ||||
-rw-r--r-- | npc/008-2-6/donald.txt (renamed from npc/008-2-6/apprentice.txt) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-2-2/receptionist.txt b/npc/008-2-2/melania.txt index c3be99c2..ba9c4e95 100644 --- a/npc/008-2-2/receptionist.txt +++ b/npc/008-2-2/melania.txt @@ -5,7 +5,7 @@ // Receptionist of Rusty Pick. // THIS IS A PLACEHOLDER! -008-2-2,28,27,0 script Receptionist#008-2-2 NPC_AIRLIA,{ +008-2-2,28,27,0 script Melania NPC_AIRLIA,{ speech l("Hello Sir."), l("Welcome to the Rusty Pick. Sorry, we have no room left today."), diff --git a/npc/008-2-6/apprentice.txt b/npc/008-2-6/donald.txt index 04d05562..2b3a72f3 100644 --- a/npc/008-2-6/apprentice.txt +++ b/npc/008-2-6/donald.txt @@ -5,7 +5,7 @@ // Alan's Apprentice. // THIS IS A PLACEHOLDER! -008-2-6,29,27,0 script Apprentice#008-2-6 NPC_YOUNG_MAN_APPRENTICE,{ +008-2-6,29,27,0 script Donald NPC_YOUNG_MAN_APPRENTICE,{ speech l("Hi Sir."), l("Sorry, we are sold out for today."), |