diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-04 11:20:41 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-04 11:20:41 +0000 |
commit | 960ad642fb9015c81c33a67201dcf63693a20276 (patch) | |
tree | 29b7ec0a7289cf289b58a6a48694362487eb0f05 /npc | |
parent | f69940435f2b8b88f3373ae9c86e4d8ca0c8b2fa (diff) | |
download | hercules-960ad642fb9015c81c33a67201dcf63693a20276.tar.gz hercules-960ad642fb9015c81c33a67201dcf63693a20276.tar.bz2 hercules-960ad642fb9015c81c33a67201dcf63693a20276.tar.xz hercules-960ad642fb9015c81c33a67201dcf63693a20276.zip |
Removed respawn time on Byorgue
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10852 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/mobs/dungeons/thor.txt | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 8236553d9..27c280905 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/07/04 + * Removed respawn time on Byorgue [Playtester] 2007/07/01 * Rev. 10839 Fixed a few errors with the kafra functions. [L0ne_W0lf] 2007/06/29 diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor.txt index 10c5cdc11..03ef01342 100644 --- a/npc/mobs/dungeons/thor.txt +++ b/npc/mobs/dungeons/thor.txt @@ -20,7 +20,7 @@ thor_v01,0,0,0,0 monster Magmaring 1836,10,0,0,0 thor_v01,0,0,0,0 monster Salamander 1831,5,0,0,0 thor_v01,0,0,0,0 monster Sword Master 1829,1,0,0,0 thor_v01,0,0,0,0 monster Bow Master 1830,1,0,0,0 -thor_v01,0,0,0,0 monster Byorgue 1839,1,1800000,1200000,1 +thor_v01,0,0,0,0 monster Byorgue 1839,1,0,0,0 // ================= [Thor Volcano - 02] ===================== thor_v02,0,0,0,0 monster Knocker 1838,70,0,0,0 @@ -29,12 +29,12 @@ thor_v02,0,0,0,0 monster Magmaring 1836,10,0,0,0 thor_v02,0,0,0,0 monster Salamander 1831,5,0,0,0 thor_v02,0,0,0,0 monster Sword Master 1829,1,0,0,0 thor_v02,0,0,0,0 monster Bow Master 1830,1,0,0,0 -thor_v02,0,0,0,0 monster Byorgue 1839,1,1800000,1200000,1 +thor_v02,0,0,0,0 monster Byorgue 1839,1,0,0,0 // ================= [Thor Volcano - 03] ===================== thor_v03,0,0,0,0 monster Salamander 1831,30,0,0,0 thor_v03,0,0,0,0 monster Kasa 1833,20,0,0,0 thor_v03,0,0,0,0 monster Sword Master 1829,3,0,0,0 thor_v03,0,0,0,0 monster Bow Master 1830,3,0,0,0 -thor_v03,0,0,0,0 monster Byorgue 1839,1,1800000,1200000,1 +thor_v03,0,0,0,0 monster Byorgue 1839,1,0,0,0 thor_v03,0,0,0,0 monster Ifrit 1832,1,39600000,39000000,1 |