diff options
author | Reid <reidyaro@gmail.com> | 2012-01-13 02:31:27 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-13 02:31:27 +0100 |
commit | cb1e651eb7d577e9c5f4830ebdd3e46e70350056 (patch) | |
tree | 19b1757abecbe3647147e5665b151496de2d8ee9 | |
parent | 1b6659a8bd5cadb28fc1d7b576290d6a1de68913 (diff) | |
download | serverdata-cb1e651eb7d577e9c5f4830ebdd3e46e70350056.tar.gz serverdata-cb1e651eb7d577e9c5f4830ebdd3e46e70350056.tar.bz2 serverdata-cb1e651eb7d577e9c5f4830ebdd3e46e70350056.tar.xz serverdata-cb1e651eb7d577e9c5f4830ebdd3e46e70350056.zip |
Change rat name to ratto.
-rw-r--r-- | npc/000-2-2/doors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index d43853c2..0fd6ae7d 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -3,7 +3,7 @@ // Reid // Ablu // Description: -// Rat killer NPC +// Ratto killer NPC 000-2-2.gat,48,29,0,1 script DoorUpwards 0,0,0,{ @@ -19,7 +19,7 @@ l_Check: l_Warn: mesn; - mesq l("There are still some rats left! Do you want to abort the quest?"); + mesq l("There are still some rattos left! Do you want to abort the quest?"); menu l("Yes."), l_Warp, l("No."), -; |