diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 16:23:39 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 16:23:39 +0000 |
commit | d498758d8bd5c46897ab34914757c98b16a066da (patch) | |
tree | ec418ab40b3c5c7cabbe99a7ce031f94d284a94b /npc/guides | |
parent | 42acbf2e1acf3d200ec3ca1da566488db7dc07bd (diff) | |
download | hercules-d498758d8bd5c46897ab34914757c98b16a066da.tar.gz hercules-d498758d8bd5c46897ab34914757c98b16a066da.tar.bz2 hercules-d498758d8bd5c46897ab34914757c98b16a066da.tar.xz hercules-d498758d8bd5c46897ab34914757c98b16a066da.zip |
- Corrected a duplicate juno warp + a juno guide sprite.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7209 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides')
-rw-r--r-- | npc/guides/guides_yun.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/guides/guides_yun.txt b/npc/guides/guides_yun.txt index f5282d9d3..57e270cd2 100644 --- a/npc/guides/guides_yun.txt +++ b/npc/guides/guides_yun.txt @@ -15,7 +15,8 @@ //= 1.2 Optimized, updated common guide names [Lupus]
//= 1.3 Updated the mini map localization function. [Musashiden]
//= 1.4 Juno Guides are now up to date according to iRO. [Musashiden]
-//= 1.5 Removed Duplicates [Silent]
+//= 1.5 Removed Duplicates [Silent].
+//= 1.6 Changed one of the Juno soldier's sprite. [Musashiden]
//============================================================
@@ -32,7 +33,7 @@ yuno.gat,153,47,4 script Juno Guide#yun1 700,{ }
//=====================================================================
-yuno.gat,334,182,4 script Juno Soldier#yun1 852,{
+yuno.gat,334,182,4 script Juno Soldier#yun1 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -93,7 +94,7 @@ yuno.gat,227,292,4 script Juno Soldier#yun3 105,{ }
//=====================================================================
-yuno.gat,165,283,4 script Yuno Soldier#yun3 105,{
+yuno.gat,165,283,4 script Yuno Soldier#yun4 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -119,7 +120,7 @@ yuno.gat,165,283,4 script Yuno Soldier#yun3 105,{ }
//=====================================================================
-yuno.gat,150,283,4 script Yuno Soldier#yun4 105,{
+yuno.gat,150,283,4 script Yuno Soldier#yun5 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -147,7 +148,7 @@ yuno.gat,150,283,4 script Yuno Soldier#yun4 105,{ }
//=====================================================================
-yuno.gat,165,228,4 script Yuno Soldier#yun5 105,{
+yuno.gat,165,228,4 script Yuno Soldier#yun6 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
@@ -172,7 +173,7 @@ yuno.gat,165,228,4 script Yuno Soldier#yun5 105,{ }
//=====================================================================
-yuno.gat,150,228,4 script Yuno Soldier#yun6 105,{
+yuno.gat,150,228,4 script Yuno Soldier#yun7 105,{
mes "[Juno Soldier]";
mes "Welcome to Juno, the city of";
mes "noble-mindedness.";
|