summaryrefslogtreecommitdiff
path: root/world/map/npc/002-2
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-04-16 18:54:33 -0400
committermekolat <mekolat@gmail.com>2015-04-20 22:47:25 -0400
commitb6a626552cc0793554cc2ce54c55f86957c70758 (patch)
tree94f9bea0f835ff3b40d20b56ddece5f9384d3188 /world/map/npc/002-2
parentc93710edb93f00d42119adbc332ab4152ead4341 (diff)
downloadserverdata-b6a626552cc0793554cc2ce54c55f86957c70758.tar.gz
serverdata-b6a626552cc0793554cc2ce54c55f86957c70758.tar.bz2
serverdata-b6a626552cc0793554cc2ce54c55f86957c70758.tar.xz
serverdata-b6a626552cc0793554cc2ce54c55f86957c70758.zip
remove deprecated changesex
Diffstat (limited to 'world/map/npc/002-2')
-rw-r--r--world/map/npc/002-2/eurni.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/world/map/npc/002-2/eurni.txt b/world/map/npc/002-2/eurni.txt
index 87df4dc2..f965b84b 100644
--- a/world/map/npc/002-2/eurni.txt
+++ b/world/map/npc/002-2/eurni.txt
@@ -17,9 +17,6 @@
mes "It'll cost ##B" + @SERVICES_ZENY + " GP##b.\"";
next;
- mes "[Server]";
- mes "Warning: All characters under this login will be changed. Once it's done, you will be kicked from the server. Don't panic; this is normal.";
- next;
menu
"Please do.", L_Change,
"Leave my family treasures alone!", L_Close;
@@ -28,7 +25,7 @@ L_Change:
if (Zeny < @SERVICES_ZENY)
goto L_NoMoney;
set Zeny, Zeny - @SERVICES_ZENY;
- changesex;
+ set Sex, !Sex;
close;
L_TooYoung: