diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-14 16:11:50 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-14 16:11:50 +0000 |
commit | a4795646cf4a042cd21a982f0d85e16abc6cc1da (patch) | |
tree | 5114f1615f65c69db7c138b249f5744498b6102e /npc/battleground/tierra | |
parent | d2b18c292a3a59f785a1eb27208f7379065f6317 (diff) | |
download | hercules-a4795646cf4a042cd21a982f0d85e16abc6cc1da.tar.gz hercules-a4795646cf4a042cd21a982f0d85e16abc6cc1da.tar.bz2 hercules-a4795646cf4a042cd21a982f0d85e16abc6cc1da.tar.xz hercules-a4795646cf4a042cd21a982f0d85e16abc6cc1da.zip |
* Fixed error in bg_common, and duplicate warp names.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14375 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground/tierra')
-rw-r--r-- | npc/battleground/tierra/tierra01.txt | 4 | ||||
-rw-r--r-- | npc/battleground/tierra/tierra02.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt index 6795a2300..bd351b7ea 100644 --- a/npc/battleground/tierra/tierra01.txt +++ b/npc/battleground/tierra/tierra01.txt @@ -84,8 +84,8 @@ OnTouch: end; } -bat_room,57,220,0 warp back_bgroom01a 1,1,bat_room,154,150 -bat_room,57,211,0 warp back_bgroom01b 1,1,bat_room,154,150 +bat_room,57,220,0 warp back_bgrooma01a 1,1,bat_room,154,150 +bat_room,57,211,0 warp back_bgrooma01b 1,1,bat_room,154,150 // Tierra Gorge Battleground Engine //============================================================ diff --git a/npc/battleground/tierra/tierra02.txt b/npc/battleground/tierra/tierra02.txt index fad2e1266..d09aa492f 100644 --- a/npc/battleground/tierra/tierra02.txt +++ b/npc/battleground/tierra/tierra02.txt @@ -84,8 +84,8 @@ OnTouch: end; } -bat_room,113,220,0 warp back_bgroom02a 1,1,bat_room,154,150 -bat_room,113,211,0 warp back_bgroom02b 1,1,bat_room,154,150 +bat_room,113,220,0 warp back_bgrooma02a 1,1,bat_room,154,150 +bat_room,113,211,0 warp back_bgrooma02b 1,1,bat_room,154,150 // Tierra Gorge Battleground Engine //============================================================ |