diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 11:23:07 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 11:23:07 +0000 |
commit | 3ba5221cadde78a2562ecd945aa75410709d7552 (patch) | |
tree | c9db954761f8295a6df03487edecbf87448117fa /npc | |
parent | 0fa0cec38f5739d11dff696ca74f1486884061e2 (diff) | |
download | hercules-3ba5221cadde78a2562ecd945aa75410709d7552.tar.gz hercules-3ba5221cadde78a2562ecd945aa75410709d7552.tar.bz2 hercules-3ba5221cadde78a2562ecd945aa75410709d7552.tar.xz hercules-3ba5221cadde78a2562ecd945aa75410709d7552.zip |
Fixed a mixed up mob id in Thanatos spawns
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7962 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/mobs/dungeons/thanatos.txt | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 2603fa04c..d6dfd3ad6 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -39,6 +39,7 @@ Playtester Date Added
======
07/29
+ * Fixed a mixed up mob id in Thanatos spawns [Playtester]
* Added temporary Beholder and Gremlin spawns [Playtester]
- their drops are needed but Airship quest isn't finished yet
- should be commented once Airship quest is finished
diff --git a/npc/mobs/dungeons/thanatos.txt b/npc/mobs/dungeons/thanatos.txt index d65dfed0e..f519b7b15 100644 --- a/npc/mobs/dungeons/thanatos.txt +++ b/npc/mobs/dungeons/thanatos.txt @@ -69,7 +69,7 @@ tha_t05.gat,0,0,0,0 monster Plasma 1694,10,0,0,0 tha_t05.gat,0,0,0,0 monster Plasma 1695,10,0,0,0
tha_t05.gat,0,0,0,0 monster Plasma 1696,10,0,0,0
tha_t05.gat,0,0,0,0 monster Plasma 1697,10,0,0,0
-tha_t05.gat,0,0,0,0 monster Thanatos Maero 1706,2,1800000,900000,1
+tha_t05.gat,0,0,0,0 monster Thanatos Dolor 1707,2,1800000,900000,1
//==================================================
// tha_t06 - Thanatos Tower F6
@@ -83,7 +83,7 @@ tha_t06.gat,0,0,0,0 monster Plasma 1694,10,0,0,0 tha_t06.gat,0,0,0,0 monster Plasma 1695,10,0,0,0
tha_t06.gat,0,0,0,0 monster Plasma 1696,10,0,0,0
tha_t06.gat,0,0,0,0 monster Plasma 1697,10,0,0,0
-tha_t06.gat,0,0,0,0 monster Thanatos Dolor 1707,2,1800000,900000,1
+tha_t06.gat,0,0,0,0 monster Thanatos Maero 1706,2,1800000,900000,1
//==================================================
// tha_t07 - Thanatos Tower F7
@@ -116,7 +116,7 @@ tha_t09.gat,0,0,0,0 monster Observation 1700,5,0,0,0 tha_t09.gat,0,0,0,0 monster Shelter 1701,5,0,0,0
tha_t09.gat,0,0,0,0 monster Retribution 1702,5,0,0,0
tha_t09.gat,0,0,0,0 monster Solace 1703,5,0,0,0
-tha_t09.gat,0,0,0,0 monster Thanatos Maero 1706,5,1800000,900000,1
+tha_t09.gat,0,0,0,0 monster Thanatos Dolor 1707,5,1800000,900000,1
//==================================================
// tha_t10 - Thanatos Tower F10
@@ -127,7 +127,7 @@ tha_t10.gat,0,0,0,0 monster Observation 1700,5,0,0,0 tha_t10.gat,0,0,0,0 monster Shelter 1701,5,0,0,0
tha_t10.gat,0,0,0,0 monster Retribution 1702,5,0,0,0
tha_t10.gat,0,0,0,0 monster Solace 1703,5,0,0,0
-tha_t10.gat,0,0,0,0 monster Thanatos Dolor 1707,5,1800000,900000,1
+tha_t10.gat,0,0,0,0 monster Thanatos Maero 1706,5,1800000,900000,1
//==================================================
// tha_t11 - Thanatos Tower F11
|