diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-13 18:32:49 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-13 18:32:49 +0000 |
commit | 1a931e13adf4f6ffe768fd955e9490f83fdac967 (patch) | |
tree | 34098e060817ecd0cd9b5dc0d8349aa5c6f7bf3a /npc/custom/warper.txt | |
parent | be4f164f4e2a4ff940c5ec7282e171d5d72535e1 (diff) | |
download | hercules-1a931e13adf4f6ffe768fd955e9490f83fdac967.tar.gz hercules-1a931e13adf4f6ffe768fd955e9490f83fdac967.tar.bz2 hercules-1a931e13adf4f6ffe768fd955e9490f83fdac967.tar.xz hercules-1a931e13adf4f6ffe768fd955e9490f83fdac967.zip |
* Some cleaning of Thanatos Tower quest script (quests\thana_quest.txt)
* Minor cleaning of Nidhoggr's Nest instance script (instances\NydhoggsNest.txt)
* Fixed warp to abyss_01, as per bugreport:6002 (custom\warper.txt)
* Fixed View ID for #18613 (bugreport:6003)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16289 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/warper.txt')
-rw-r--r-- | npc/custom/warper.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/warper.txt b/npc/custom/warper.txt index 7fec440cb..bcf8cd420 100644 --- a/npc/custom/warper.txt +++ b/npc/custom/warper.txt @@ -201,7 +201,7 @@ menu "Abyss Lakes",D1, "Amatsu Dungeon",D2, "Anthell",D3, "Sphinx",D34, "Sunken Ship",D35, "Thanatos Tower",D36, "Thor Volcano",D37, "Toy Factory",D38, "Turtle Dungeon",D39, "Umbala Dungeon",D40; -D1: setarray @c[2],192,207,275,270,116,27; +D1: setarray @c[2],261,272,275,270,116,27; Disp("Abyss Lakes",1,3); Pick("abyss_"); D2: setarray @c[2],228,11,34,41,119,14; Disp("Amatsu Dungeon",1,3); Pick("ama_dun"); |