diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-11 15:02:20 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-11 15:02:20 +0000 |
commit | a673d5b975c6e2fa3fc2984dcaa833b17e0e0dfe (patch) | |
tree | 4162cea6d7f5ab244017fd986223e47287e2bdc2 /npc/pre-re/quests/quests_13_1.txt | |
parent | 5c8c70df6834c8c37e206514ab640150d22d4d68 (diff) | |
download | hercules-a673d5b975c6e2fa3fc2984dcaa833b17e0e0dfe.tar.gz hercules-a673d5b975c6e2fa3fc2984dcaa833b17e0e0dfe.tar.bz2 hercules-a673d5b975c6e2fa3fc2984dcaa833b17e0e0dfe.tar.xz hercules-a673d5b975c6e2fa3fc2984dcaa833b17e0e0dfe.zip |
* Optimized 13.2 quests, enjoy another 120kb of free space :P (npc/quests/quests_13_2.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16398 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/pre-re/quests/quests_13_1.txt')
-rw-r--r-- | npc/pre-re/quests/quests_13_1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/pre-re/quests/quests_13_1.txt b/npc/pre-re/quests/quests_13_1.txt index 73f5aa8ce..511fe7aca 100644 --- a/npc/pre-re/quests/quests_13_1.txt +++ b/npc/pre-re/quests/quests_13_1.txt @@ -9055,7 +9055,7 @@ function Catwarp; next; if ((ep13_yong1 > 99) && (ep13_yong1 < 200)) { switch(select("Alberta -> 4590z:Prontera -> 4590z:Izlude -> 4590z:Geffen -> 4590z:Payon -> 4590z:Morroc -> 4590z:Al De Baran -> 4590z:Cancel")) { - case 1: Catwarp(4590,1); + case 1: Catwarp(4590,1); case 2: Catwarp(4590,2); case 3: Catwarp(4590,3); case 4: Catwarp(4590,4); |