From b6a626552cc0793554cc2ce54c55f86957c70758 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 16 Apr 2015 18:54:33 -0400 Subject: remove deprecated changesex --- world/map/npc/002-2/eurni.txt | 5 +---- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3-60-g2f50