summaryrefslogtreecommitdiff
path: root/npc/battleground
diff options
context:
space:
mode:
authorKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-12 09:20:58 +0000
committerKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-12 09:20:58 +0000
commitf263f46f6ce1a7e61ca0a57a63066b489d7ba756 (patch)
treedbc1886e81cf8e9ce9971695de8bba50c66b741b /npc/battleground
parent72f81804a628eeefa28993612ae2b95346825834 (diff)
downloadhercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.gz
hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.bz2
hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.xz
hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.zip
- Added missing bonuses for 'Maiden Hat'. (bugreport:2826)
- Fixed an issue with Battleground Exchange NPC. (bugreport:2839) - Fixed an issue with Platinum Skills NPC. (bugreport:2847) - Fixed some typos and engrish in iRO Experience quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13578 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground')
-rw-r--r--npc/battleground/bg_common.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt
index 42229816a..557d9ece6 100644
--- a/npc/battleground/bg_common.txt
+++ b/npc/battleground/bg_common.txt
@@ -1225,7 +1225,7 @@ bat_room,160,150,3 script Erundek 109,{
set .@Menu$, "";
set .@Count, getarraysize(.@Item_DB);
for( set .@i, 0; .@i < .@Count; set .@i, .@i + 1 )
- set .@Menu$, .@Menu$ + getitemname(@Item_DB[.@i]) + ":";
+ set .@Menu$, .@Menu$ + getitemname(.@Item_DB[.@i]) + ":";
set .@Item_ID, .@Item_DB[select(.@Menu$) - 1];