From 118a84582aee4e93e1c8836c86f9d974f7510d87 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 31 Jul 2007 21:27:01 +0000 Subject: * Fixed north prontera kafra having an empty warp list * Removed junk ЎA text from the 2004 headgears * Changed deprecated Job_Alchem to Job_Alchemist (see r10904) * Fixed a typo in a geffen city npc (Job_Merhcant) * Fixed a typo in the Jobmaster custom script (Job_Gunsliger) * Fixed one old eAAC Quest Warper bug (warp to nonwalkable coords) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10940 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/gldfunc_ev_agit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/guild') diff --git a/npc/guild/gldfunc_ev_agit.txt b/npc/guild/gldfunc_ev_agit.txt index 675a497e2..b5ca0bdc7 100644 --- a/npc/guild/gldfunc_ev_agit.txt +++ b/npc/guild/gldfunc_ev_agit.txt @@ -142,7 +142,7 @@ function script F_AgitBreak { SetCastleData getarg(0),1, @GID; MapAnnounce getarg(0),"The emperium has been destroyed.",bc_map,0x00CCFF; - Announce "The [" + GetCastleName(getarg(0)) + "] castle has been conquered by the [" + GetGuildName(@GID) + "] guild.",0; + Announce "The [" + GetCastleName(getarg(0)) + "] castle has been conquered by the [" + GetGuildName(@GID) + "] guild.",bc_all; GetCastleData getarg(0),0,"::OnRecvCastle"+getarg(1); disablenpc "Kafra Staff#"+getarg(1); -- cgit v1.2.3-70-g09d2