diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 22:48:31 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 22:48:31 +0000 |
commit | 54eaa29a73965fd3383057063801deec6fbb640e (patch) | |
tree | 369c3413ca47965e8de43db246d8f01a94c449c1 /npc/scripts_monsters.conf | |
parent | 9846249687755cba64f748abaf49c86069610b65 (diff) | |
download | hercules-54eaa29a73965fd3383057063801deec6fbb640e.tar.gz hercules-54eaa29a73965fd3383057063801deec6fbb640e.tar.bz2 hercules-54eaa29a73965fd3383057063801deec6fbb640e.tar.xz hercules-54eaa29a73965fd3383057063801deec6fbb640e.zip |
Uncommented Odin and Kiel spawn files, they are mostly safe to use
- you still can't access Kiel's place, though
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6781 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_monsters.conf')
-rw-r--r-- | npc/scripts_monsters.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 0b784fa68..eb377df6a 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -32,7 +32,7 @@ npc: npc/mobs/fields/lutie.txt npc: npc/mobs/fields/mjolnir.txt
npc: npc/mobs/fields/morocc.txt
npc: npc/mobs/fields/niflheim.txt
-//npc: npc/mobs/fields/odin.txt
+npc: npc/mobs/fields/odin.txt
npc: npc/mobs/fields/payon.txt
npc: npc/mobs/fields/prontera.txt
npc: npc/mobs/fields/umbala.txt
@@ -53,7 +53,7 @@ npc: npc/mobs/dungeons/glastheim.txt npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
npc: npc/mobs/dungeons/jupedun.txt
-//npc: npc/mobs/dungeons/kiel.txt
+npc: npc/mobs/dungeons/kiel.txt
npc: npc/mobs/dungeons/lhzdun.txt
npc: npc/mobs/dungeons/louydun.txt
npc: npc/mobs/dungeons/magmadun.txt
|