diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-15 18:52:05 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-15 18:52:05 +0000 |
commit | 94206ac80944a92a0ba7007501358f341e6bfd7c (patch) | |
tree | b1c93e36350c353de33be3f2cdd4bcbb7ef498df /npc | |
parent | b5a45d73ab2df78b85b03e7cf252dd12b0634f05 (diff) | |
download | hercules-94206ac80944a92a0ba7007501358f341e6bfd7c.tar.gz hercules-94206ac80944a92a0ba7007501358f341e6bfd7c.tar.bz2 hercules-94206ac80944a92a0ba7007501358f341e6bfd7c.tar.xz hercules-94206ac80944a92a0ba7007501358f341e6bfd7c.zip |
- Fixed typo on 'Maiden Hat'. (bugreport:2864)
- Fixed typo on guides_alb. (bugreport:2868)
- Compared mkCook.txt with produce_db's cooking recipes. (bugreport:2866)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13582 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/guides/guides_alb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/guides/guides_alb.txt b/npc/guides/guides_alb.txt index 3564a34a5..22430fc1f 100644 --- a/npc/guides/guides_alb.txt +++ b/npc/guides/guides_alb.txt @@ -79,7 +79,7 @@ alberta,23,238,4 script Guide#alb::AlbGuide 105,{ mes "Alberta. It shouldn't"; mes "be too hard to find."; if (.@compass_check) - viewpoint 1,98,154,4,0xFFFF00FF; + viewpoint 1,98,154,4,0xFF00FF; break; case 4: mes "[Alberta Guide]"; |