diff options
author | shennetsind <notind@gmail.com> | 2013-02-04 06:27:30 -0800 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-02-04 06:27:30 -0800 |
commit | f9d5d4fccc25a4309dc714a3c57ad82da8b31d6c (patch) | |
tree | 0fcc36b7b244f508e85d2c12151cda9cbd11e2ec | |
parent | 6ff53b01efdc79762ca691f50859f28fd78dc1d5 (diff) | |
parent | 47fe075d7fe2daa0fa3d0bba93d61c49a38ffbf9 (diff) | |
download | hercules-f9d5d4fccc25a4309dc714a3c57ad82da8b31d6c.tar.gz hercules-f9d5d4fccc25a4309dc714a3c57ad82da8b31d6c.tar.bz2 hercules-f9d5d4fccc25a4309dc714a3c57ad82da8b31d6c.tar.xz hercules-f9d5d4fccc25a4309dc714a3c57ad82da8b31d6c.zip |
Merge pull request #8 from M45T3Ryu/patch-1
Update npc/instances/EndlessTower.txt
-rw-r--r-- | npc/instances/EndlessTower.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt index ba6508353..1242facb0 100644 --- a/npc/instances/EndlessTower.txt +++ b/npc/instances/EndlessTower.txt @@ -642,7 +642,7 @@ OnInstanceInit: OnEnable: enablenpc instance_npcname("4FGate102tower", instance_id()); areamonster "1@tower",352,351,362,387,"Golden Thief Bug",1086,1,instance_npcname("4FGate102tower", instance_id())+"::OnMyMobDead"; - areamonster "1@tower",352,351,362,387,"Theif Bug Male",1054,15,instance_npcname("4FGate102tower", instance_id())+"::OnMyMobDead"; + areamonster "1@tower",352,351,362,387,"Thief Bug Male",1054,15,instance_npcname("4FGate102tower", instance_id())+"::OnMyMobDead"; areamonster "1@tower",352,351,362,387,"Thief Bug Female",1053,15,instance_npcname("4FGate102tower", instance_id())+"::OnMyMobDead"; areamonster "1@tower",352,351,362,387,"Thief Bug",1051,15,instance_npcname("4FGate102tower", instance_id())+"::OnMyMobDead"; areamonster "1@tower",352,351,362,387,"Thief Bug Egg",1048,5,instance_npcname("4FGate102tower", instance_id())+"::OnMyMobDead"; |