diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-19 22:17:44 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-19 22:17:44 +0000 |
commit | ee6ed41176814afef6d4d1902311af3acf0e5929 (patch) | |
tree | 9c9aea548f68cfb35f21399458bd51e03cb6b23a /npc/jobs | |
parent | cb227339015cdd739580b36222d31b6755694d49 (diff) | |
download | hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.gz hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.bz2 hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.xz hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.zip |
- Patched the MAX_STATUSCHANGE startup error
- Fixed a compiler warning
- Really removed duplicate Noyee npc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10033 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index d9d2cf918..c5cda8186 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -310,7 +310,7 @@ job_duncer,95,93,4 script Bijou 101,{ if(@gift==50) { getitem 1953,1; mes "Since you are very experienced I have given you a Line, instead of a simple Rope that normal people would get."; - mes "Now take you Line, and be the best Dancer you can be!"; + mes "Now take your Line, and be the best Dancer you can be!"; } else { getitem 1950,1; mes "Now take this Rope, and be the best Dancer you can be!"; |