diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 16:50:04 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 13:19:53 +0200 |
commit | 873eb39d57b46f9f53465568ea704f9d3dfd7bba (patch) | |
tree | 06f8ab2227cd71d16fdc323b00e2cec2e66c0e58 /npc | |
parent | 0d71a641487ac45a11e9613133270374d5b530d3 (diff) | |
download | hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.tar.gz hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.tar.bz2 hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.tar.xz hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.zip |
Added WoE Teleport Scroll, and fixes its typo
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/other/CashShop_Functions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/CashShop_Functions.txt b/npc/other/CashShop_Functions.txt index f71245ad6..f87b191b3 100644 --- a/npc/other/CashShop_Functions.txt +++ b/npc/other/CashShop_Functions.txt @@ -233,7 +233,7 @@ function script F_CashTele { //============================================================ // - Warp player to selected guild castle. // - No arguments. -function script F_CashSeigeTele { +function script F_CashSiegeTele { switch(select("Neuschwanstein (aldeg_cas01):Hohenschwangau (aldeg_cas02):Nuernberg (aldeg_cas03):Wuerzburg (aldeg_cas04):Rothenburg (aldeg_cas05):Repherion (gefg_cas01):Eeyorbriggar (gefg_cas02):Yesnelph (gefg_cas03):Bergel (gefg_cas04):Mersetzdeitz (gefg_cas05):Bright Arbor (payg_cas01):Sacred Altar (payg_cas02):Holy Shadow (payg_cas03):Scarlet Palace (payg_cas04):Bamboo Grove Hill (payg_cas05):Kriemhild (prtg_cas01):Swanhild (prtg_cas02):Fadhgridh (prtg_cas03):Skoegul (prtg_cas04):Gondul (prtg_cas05)")) { case 1: warp "alde_gld",48,91; end; case 2: warp "alde_gld",103,245; end; |