diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-10 17:56:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-10 17:56:47 +0000 |
commit | 0be19557946a9beedbbd2218a0bedf0448f7bfb3 (patch) | |
tree | 53875c4155de03882a47d4671af367822e391364 /npc | |
parent | c405daa5223c0f6d0f74bf98a89d918263d4de08 (diff) | |
download | hercules-0be19557946a9beedbbd2218a0bedf0448f7bfb3.tar.gz hercules-0be19557946a9beedbbd2218a0bedf0448f7bfb3.tar.bz2 hercules-0be19557946a9beedbbd2218a0bedf0448f7bfb3.tar.xz hercules-0be19557946a9beedbbd2218a0bedf0448f7bfb3.zip |
* Touched up the WoESE Guild Dungeon monster stats and added drops.
* Enabled the WoESE Guild Dungeon warper and spawns.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14337 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_guild.conf | 2 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5d5ccf22a..b1693392f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2010/06/10 + * Rev. 14337 Enabled the WoESE Guild Dungeon warper and spawns. [L0ne_W0lf] 2010/06/05 * Rev. 14331 Corrected Brasilis Fruit Merchant. (bugreport:4278) [L0ne_W0lf] 2010/06/01 diff --git a/npc/scripts_guild.conf b/npc/scripts_guild.conf index 1f58eca6a..9f90dbd6f 100644 --- a/npc/scripts_guild.conf +++ b/npc/scripts_guild.conf @@ -53,4 +53,4 @@ npc: npc/guild2/schg_cas03.txt npc: npc/guild2/schg_cas04.txt npc: npc/guild2/schg_cas05.txt // Guild Dungeon Entrances -//npc: npc/guild2/guild_dungeon.txt +npc: npc/guild2/guild_dungeon.txt diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index d8c5a3203..1b9d56816 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -41,7 +41,7 @@ npc: npc/mobs/dungeons/gef_dun.txt npc: npc/mobs/dungeons/gefenia.txt npc: npc/mobs/dungeons/glastheim.txt npc: npc/mobs/dungeons/gld_dun.txt -//npc: npc/mobs/dungeons/gld_dunSE.txt +npc: npc/mobs/dungeons/gld_dunSE.txt npc: npc/mobs/dungeons/gon_dun.txt npc: npc/mobs/dungeons/ice_dun.txt npc: npc/mobs/dungeons/in_sphinx.txt |