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/bg_common.txt | |
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/bg_common.txt')
-rw-r--r-- | npc/battleground/bg_common.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt index cf6a85bc1..c092b5145 100644 --- a/npc/battleground/bg_common.txt +++ b/npc/battleground/bg_common.txt @@ -580,7 +580,7 @@ bat_room,160,150,3 script Erundek 109,{ if (.@cost[0] == 7829) set .@type$,"(VB)"; else -v set .@type$,"(BB)"; + set .@type$,"(BB)"; mes "[Erundek]"; mes "You chose ^3131FF"+getitemname(.@item[0])+""+.@type$+"^000000."; mes "You can exchange for this item with ^FF0000"+.@cost[1]+" "+getitemname(.@cost[0])+"^000000."; |