diff options
Diffstat (limited to 'npc/cities/umbala.txt')
-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,
|