diff options
Diffstat (limited to 'npc/battleground/bg_tierra_01.txt')
-rw-r--r-- | npc/battleground/bg_tierra_01.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |