diff options
author | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-09 00:29:34 +0000 |
---|---|---|
committer | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-09 00:29:34 +0000 |
commit | 6b53f869e3fde3504d4054e5419783bfd8d899fb (patch) | |
tree | d43cdbe1ca53e1f6252f90566973aaef0149fef2 | |
parent | d91ff8bf41cac14c6e569959ed3c3cff914d58cd (diff) | |
download | hercules-6b53f869e3fde3504d4054e5419783bfd8d899fb.tar.gz hercules-6b53f869e3fde3504d4054e5419783bfd8d899fb.tar.bz2 hercules-6b53f869e3fde3504d4054e5419783bfd8d899fb.tar.xz hercules-6b53f869e3fde3504d4054e5419783bfd8d899fb.zip |
Added a missing label x_x
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@77 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/platinum_skills.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/other/platinum_skills.txt b/npc/other/platinum_skills.txt index a8dca8c1b..cd3e06687 100644 --- a/npc/other/platinum_skills.txt +++ b/npc/other/platinum_skills.txt @@ -100,5 +100,11 @@ LskillsEND: mes "[Platinum Skill NPC]";
mes "Have a nice day.";
close;
+Lnogetskills:
+mes "[Platinum Skill NPC]";
+mes "Aww, how come you dont want my special skills?";
+mes "*sob* FINE!";
+mes "Have a nice day... >.>";
+close;
}
|