diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-06 19:47:44 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-06 19:47:44 +0000 |
commit | 4dfc2554fbd64c8fc0fd6879151c81af1f41c3bd (patch) | |
tree | 4d96958f5a2d1bdbb96e35cd21706b19fe77dbad | |
parent | 6ea4a909400aab6c85bda706dae7a86a51790d3b (diff) | |
download | hercules-4dfc2554fbd64c8fc0fd6879151c81af1f41c3bd.tar.gz hercules-4dfc2554fbd64c8fc0fd6879151c81af1f41c3bd.tar.bz2 hercules-4dfc2554fbd64c8fc0fd6879151c81af1f41c3bd.tar.xz hercules-4dfc2554fbd64c8fc0fd6879151c81af1f41c3bd.zip |
Small spawn amount fix in Thanatos
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7013 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/mobs/dungeons/thanatos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/mobs/dungeons/thanatos.txt b/npc/mobs/dungeons/thanatos.txt index 026395e94..084b469ff 100644 --- a/npc/mobs/dungeons/thanatos.txt +++ b/npc/mobs/dungeons/thanatos.txt @@ -24,7 +24,7 @@ tha_t01.gat,0,0,0,0 monster Alice 1275,1,0,0,0 // tha_t02 - Thanatos Tower F2
//==================================================
tha_t02.gat,0,0,0,0 monster Rideword 1195,30,0,0,0
-tha_t02.gat,0,0,0,0 monster Deathword 1698,10,0,0,0
+tha_t02.gat,0,0,0,0 monster Deathword 1698,20,0,0,0
tha_t02.gat,0,0,0,0 monster Mimic 1191,30,0,0,0
tha_t02.gat,0,0,0,0 monster Ancient Mimic 1699,20,0,0,0
tha_t02.gat,0,0,0,0 monster Plasma 1697,20,0,0,0
|