diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-01 23:58:22 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-01 23:58:22 +0000 |
commit | be25a912af5a8ab5b15219262f6d38e43be986fc (patch) | |
tree | 06ab3a6076506e09a478ea8880b695c760d33565 /npc/custom/mvm.txt | |
parent | 498e9d2820ddc12821adabb417a363d2c2a4398c (diff) | |
download | hercules-be25a912af5a8ab5b15219262f6d38e43be986fc.tar.gz hercules-be25a912af5a8ab5b15219262f6d38e43be986fc.tar.bz2 hercules-be25a912af5a8ab5b15219262f6d38e43be986fc.tar.xz hercules-be25a912af5a8ab5b15219262f6d38e43be986fc.zip |
* Removed outdated Thief Bug ID [Playtester]
- 1017 and 1021 don't exist anymore
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9379 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/mvm.txt')
-rw-r--r-- | npc/custom/mvm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/mvm.txt b/npc/custom/mvm.txt index 2b088de16..6c4236b4c 100644 --- a/npc/custom/mvm.txt +++ b/npc/custom/mvm.txt @@ -91,7 +91,7 @@ if (#monster == 92) summon strcharinfo(0) + "'s Rocker",1052, "OnRockerKilled"; if (#monster == 100) summon strcharinfo(0) + "'s Skeleton",1076, "OnSkeletonKilled";
if (#monster == 101) summon strcharinfo(0) + "'s Plankton",1161, "OnPlanktonKilled";
if (#monster == 102) summon strcharinfo(0) + "'s Antonio",1247, "OnAntonioKilled";
-if (#monster == 103) summon strcharinfo(0) + "'s Thief Bug Female",1017, "OnThiefFemaleKilled";
+if (#monster == 103) summon strcharinfo(0) + "'s Thief Bug Female",1053, "OnThiefFemaleKilled";
close;
}
|