diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 04:06:10 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 04:06:10 +0000 |
commit | b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2 (patch) | |
tree | 917e34433bac016ae64465214e4432f85c9f0a97 /npc/custom/stylist.txt | |
parent | 74b92bb34163160e59e24dd6a07c16e30e9743be (diff) | |
download | hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.gz hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.bz2 hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.xz hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.zip |
- Replaced more -> rAthena (follow up to r15251).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16195 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/stylist.txt')
-rw-r--r-- | npc/custom/stylist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/stylist.txt b/npc/custom/stylist.txt index 3bcb04c9e..73c20a206 100644 --- a/npc/custom/stylist.txt +++ b/npc/custom/stylist.txt @@ -30,4 +30,4 @@ prontera,170,180,1 script Stylist#custom_stylist 122,{ break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; } } end; -}
\ No newline at end of file +} |