diff options
author | Wushin <pasekei@gmail.com> | 2015-04-29 22:42:10 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-29 22:42:10 -0500 |
commit | 5a35a355133d261d759b249cee910fce4777b08a (patch) | |
tree | a66b3105d2a8fe3f47a50ffce4b836f4e8defdec /world/map/npc/002-2/eurni.txt | |
parent | 9affd621e319d2325b835c2ce1bfbadfdbf9f5b6 (diff) | |
parent | b6a626552cc0793554cc2ce54c55f86957c70758 (diff) | |
download | serverdata-5a35a355133d261d759b249cee910fce4777b08a.tar.gz serverdata-5a35a355133d261d759b249cee910fce4777b08a.tar.bz2 serverdata-5a35a355133d261d759b249cee910fce4777b08a.tar.xz serverdata-5a35a355133d261d759b249cee910fce4777b08a.zip |
Merge pull request #331 from mekolat/changesex
remove deprecated changesex
Diffstat (limited to 'world/map/npc/002-2/eurni.txt')
-rw-r--r-- | world/map/npc/002-2/eurni.txt | 5 |
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: |