diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-18 03:59:00 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-18 03:59:00 +0400 |
commit | 62fc927c95b5b440539e43e8dc27bb53ba3ef738 (patch) | |
tree | 933864fa702c1649b260a57644ac91b3b73137e1 /npc | |
parent | 721230b58f24f497c1d945e8832f9244555b90d6 (diff) | |
download | clientdata-62fc927c95b5b440539e43e8dc27bb53ba3ef738.tar.gz clientdata-62fc927c95b5b440539e43e8dc27bb53ba3ef738.tar.bz2 clientdata-62fc927c95b5b440539e43e8dc27bb53ba3ef738.tar.xz clientdata-62fc927c95b5b440539e43e8dc27bb53ba3ef738.zip |
Missing gender specific translation attribute in a script's line.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 1a2d6895..97776a73 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -185,7 +185,7 @@ l_Aborting: mesn; mesq l("Are you mad?!"); next; - mesq l("Give me back this dish now, you dirty liar!"); + mesq lg("Give me back this dish now, you dirty liar!"); if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1; |