summaryrefslogtreecommitdiff
path: root/npc/battleground
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-15 02:13:49 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-15 02:13:49 +0000
commit645551a6f26352a446787c4c1794cbecb84a7fde (patch)
tree9c7fd50f25237eebbdac77029123d968ef802bf2 /npc/battleground
parent8494f218353c4806cb1f98c44fb3dfe820c07b9a (diff)
downloadhercules-645551a6f26352a446787c4c1794cbecb84a7fde.tar.gz
hercules-645551a6f26352a446787c4c1794cbecb84a7fde.tar.bz2
hercules-645551a6f26352a446787c4c1794cbecb84a7fde.tar.xz
hercules-645551a6f26352a446787c4c1794cbecb84a7fde.zip
- Fixed some accessories added in r14210 being refineable. (bugreport:4126)
- Fixed the duration on some foods. (bugreport:4113) - Fixed some typos in Battlegrounds scripts. (bugreport:3971) - Updated SQL item/mob databases to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14263 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground')
-rw-r--r--npc/battleground/bg_common.txt2
-rw-r--r--npc/battleground/bg_tierra_01.txt4
-rw-r--r--npc/battleground/bg_tierra_02.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt
index bbbfc72b8..c9dd7c232 100644
--- a/npc/battleground/bg_common.txt
+++ b/npc/battleground/bg_common.txt
@@ -26,7 +26,7 @@ payon,189,104,3 script Maroll Battle Recruiter::BatRecruit 728,{
if( select("Join:Don't Join") == 2 )
{
mes "[Maroll Battle Recruiter]";
- mes "I'll always be stationed here for more soldiers. Fell free to come back whenever you're interested.";
+ mes "I'll always be stationed here for more soldiers. Feel free to come back whenever you're interested.";
close;
}
mes "[Maroll Battle Recruiter]";
diff --git a/npc/battleground/bg_tierra_01.txt b/npc/battleground/bg_tierra_01.txt
index cefc67d0e..3cf62a8aa 100644
--- a/npc/battleground/bg_tierra_01.txt
+++ b/npc/battleground/bg_tierra_01.txt
@@ -146,13 +146,13 @@ OnGuardian3: set .Guardian_3, 0; end;
OnGuillaumeBreak:
set $@TierraBG1_Victory, 2;
- mapannounce "bat_a01","Croix Vintenar Swandery: We destroyed Guillaume's food storehause. We won that! Wow!",1,0xFF0000;
+ mapannounce "bat_a01","Croix Vintenar Swandery: We destroyed Guillaume's food storehouse. We won that! Wow!",1,0xFF0000;
donpcevent "Tierra_BG1::OnStop";
end;
OnCroixBreak:
set $@TierraBG1_Victory, 1;
- mapannounce "bat_a01","Guillaume Vintenar Axl Rose: We destroyed Croix's food storehause. We won that! Wow!",1,0x0000FF;
+ mapannounce "bat_a01","Guillaume Vintenar Axl Rose: We destroyed Croix's food storehouse. We won that! Wow!",1,0x0000FF;
donpcevent "Tierra_BG1::OnStop";
end;
diff --git a/npc/battleground/bg_tierra_02.txt b/npc/battleground/bg_tierra_02.txt
index 318162fa5..031d61aab 100644
--- a/npc/battleground/bg_tierra_02.txt
+++ b/npc/battleground/bg_tierra_02.txt
@@ -146,13 +146,13 @@ OnGuardian3: set .Guardian_3, 0; end;
OnGuillaumeBreak:
set $@TierraBG2_Victory, 2;
- mapannounce "bat_a02","Croix Vintenar Swandery: We destroyed Guillaume's food storehause. We won that! Wow!",1,0xFF0000;
+ mapannounce "bat_a02","Croix Vintenar Swandery: We destroyed Guillaume's food storehouse. We won that! Wow!",1,0xFF0000;
donpcevent "Tierra_BG2::OnStop";
end;
OnCroixBreak:
set $@TierraBG2_Victory, 1;
- mapannounce "bat_a02","Guillaume Vintenar Axl Rose: We destroyed Croix's food storehause. We won that! Wow!",1,0x0000FF;
+ mapannounce "bat_a02","Guillaume Vintenar Axl Rose: We destroyed Croix's food storehouse. We won that! Wow!",1,0x0000FF;
donpcevent "Tierra_BG2::OnStop";
end;