diff options
author | Alige <aligetmw@hotmail.fr> | 2013-06-17 15:22:53 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-06-17 15:22:53 +0400 |
commit | 07efed1b4fae528503344c6095a8e0334b4beff6 (patch) | |
tree | 73b712737776b82cf4e5e207edca0fbdf5f8fa43 | |
parent | c2ad4f875e93acc6cc6b89132155cc42a3cca489 (diff) | |
download | serverdata-07efed1b4fae528503344c6095a8e0334b4beff6.tar.gz serverdata-07efed1b4fae528503344c6095a8e0334b4beff6.tar.bz2 serverdata-07efed1b4fae528503344c6095a8e0334b4beff6.tar.xz serverdata-07efed1b4fae528503344c6095a8e0334b4beff6.zip |
Fixed a male-female line in the cookie master script.
-rw-r--r-- | npc/000-1/cookiemaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 10da749f..8c6da9d1 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -181,7 +181,7 @@ l_Reward: npctalk3 l("You receive a @@!", getitemlink("DeliciousCookie")); next; - mesq l("I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one."); + mesq lg("I'm sure you'll appreciate its effect, but be careful, these cookies are rare, and you'll need to help the community again before being able to receive another one."); next; goto l_Bye; |