diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-28 17:49:14 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-28 17:49:14 +0000 |
commit | 54fe748a4dbc548687f71a27a32b7d46a920bfff (patch) | |
tree | 3808b42587513fe308f5be84f763593c27c978a3 /npc | |
parent | 19082e5aa65c7c1ba3bc679393132b8e94f2693b (diff) | |
download | hercules-54fe748a4dbc548687f71a27a32b7d46a920bfff.tar.gz hercules-54fe748a4dbc548687f71a27a32b7d46a920bfff.tar.bz2 hercules-54fe748a4dbc548687f71a27a32b7d46a920bfff.tar.xz hercules-54fe748a4dbc548687f71a27a32b7d46a920bfff.zip |
* Enabled Ice Dungeon spawns so they can be tested
* Updated sql files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9348 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_eamonsters.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 cf2b8861a..f1098a908 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added
======
+11/28
+ * Enabled Ice Dungeon spawns so they can be tested [Playtester]
11/26
* Added a check to prevent spawning of more than one Thanatos in the Thanatos Quest.
Thanks to Kodachi for reporting on IRC [erKURITA]
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index 8bdd72c52..01dbaf71a 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -60,7 +60,7 @@ npc: npc/mobs/dungeons/eindun.txt npc: npc/mobs/dungeons/gefenia.txt
npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
-//npc: npc/mobs/dungeons/icedun.txt
+npc: npc/mobs/dungeons/icedun.txt
npc: npc/mobs/dungeons/kiel.txt
npc: npc/mobs/dungeons/lhzdun.txt
npc: npc/mobs/dungeons/louydun.txt
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 97d35b223..d2c72b0e0 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -54,7 +54,7 @@ npc: npc/mobs/dungeons/geftower.txt npc: npc/mobs/dungeons/glastheim.txt
npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
-//npc: npc/mobs/dungeons/icedun.txt
+npc: npc/mobs/dungeons/icedun.txt
npc: npc/mobs/dungeons/jupedun.txt
npc: npc/mobs/dungeons/kiel.txt
npc: npc/mobs/dungeons/lhzdun.txt
|