diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 16:08:23 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 16:08:23 +0000 |
commit | a1276b3c3d519ec9ec839ba17027cc037484c014 (patch) | |
tree | 554cc83e15f833c7a390ed06d800ee83ece9153c /npc/cities | |
parent | b2a33223dc614aacd3061943b1a897733611f014 (diff) | |
download | hercules-a1276b3c3d519ec9ec839ba17027cc037484c014.tar.gz hercules-a1276b3c3d519ec9ec839ba17027cc037484c014.tar.bz2 hercules-a1276b3c3d519ec9ec839ba17027cc037484c014.tar.xz hercules-a1276b3c3d519ec9ec839ba17027cc037484c014.zip |
Fixed the Umbala Skeleton Gate
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6850 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/umbala.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index fd4df7962..273206e03 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -520,7 +520,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ //Blue
if(countitem(717) < 1) goto L2_2_e;//Items: Blue Gemstone,
mes "^3355FFYou inserted a Blue Gemstone into the";
- mes "left socket.^000000";
+ mes "right socket.^000000";
next;
delitem 717,1;//Items: Blue Gemstone,
getitem 717,1;//Items: Blue Gemstone,
@@ -533,7 +533,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ //Yellow
if(countitem(715) < 1) goto L2_3_e;//Items: Yellow Gemstone,
mes "^3355FFYou inserted a Yellow Gemstone into the";
- mes "left socket.^000000";
+ mes "right socket.^000000";
next;
delitem 715,1;//Items: Yellow Gemstone,
getitem 715,1;//Items: Yellow Gemstone,
@@ -546,7 +546,7 @@ umbala.gat,221,193,1 script #Skeletal Gate 111,{ //Red
if(countitem(716) < 1) goto L2_4_e;//Items: Red Gemstone,
mes "^3355FFYou inserted a Red Gemstone into the";
- mes "left socket.^000000";
+ mes "right socket.^000000";
next;
delitem 716,1;//Items: Red Gemstone,
getitem 716,1;//Items: Red Gemstone,
|