diff options
author | wushin <pasekei@gmail.com> | 2015-01-25 20:26:41 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-25 20:26:41 -0600 |
commit | fe8d009bbd05a8d856a33d149cf7647facf448a8 (patch) | |
tree | 4bdfa3bef318ac232fe0c27f6dd280b002dbddaa /world/map/npc/007-1 | |
parent | e71966d1892ecff696a1569a65c82a63f6c1b5e9 (diff) | |
download | serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.gz serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.bz2 serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.xz serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.zip |
Fix Variable typos and a label typo
Diffstat (limited to 'world/map/npc/007-1')
-rw-r--r-- | world/map/npc/007-1/witch.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index 82057128..97649deb 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -307,7 +307,7 @@ L_ChooseHelper2: L_HelperTooWeak2: detachrid; if (!(attachrid($@ILLIA_HERO_ID))) - goto_Exit; + goto L_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER2$ + " is too weak to help you."; set $@ILLIA_HELPER2$, ""; @@ -353,14 +353,14 @@ L_ChooseHelper3: set $@ILLIA_HELPER3$, strcharinfo(0); detachrid; if (!(attachrid($@ILLIA_HERO_ID))) - goto_Exit; + goto L_Exit; mes $@ILLIA_HELPER1$ + ", " + $@ILLIA_HELPER2$ + " and " + $@ILLIA_HELPER3$ + " will be your three comrades."; close; L_HelperTooWeak3: detachrid; if (!(attachrid($@ILLIA_HERO_ID))) - goto_Exit; + goto L_Exit; mes "[Team Selector]"; mes "The player " + $@ILLIA_HELPER3$ + " is too weak to help you."; set $@ILLIA_HELPER3$, ""; |