summaryrefslogtreecommitdiff
path: root/npc/woe-fe/agit_controller.txt
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-10-20 13:40:25 -0400
committergumi <git@gumi.ca>2019-10-20 22:20:12 -0400
commit50f7cd8138cafc307b51d5c1f02c7f2893d2a0c5 (patch)
tree16ee679469af6aba9aa8b50b5985508e9715a450 /npc/woe-fe/agit_controller.txt
parent9127ead75b9baa4e6372d11cb4ba033651976629 (diff)
downloadhercules-50f7cd8138cafc307b51d5c1f02c7f2893d2a0c5.tar.gz
hercules-50f7cd8138cafc307b51d5c1f02c7f2893d2a0c5.tar.bz2
hercules-50f7cd8138cafc307b51d5c1f02c7f2893d2a0c5.tar.xz
hercules-50f7cd8138cafc307b51d5c1f02c7f2893d2a0c5.zip
convert scripts to use getguildinfo()
Diffstat (limited to 'npc/woe-fe/agit_controller.txt')
-rw-r--r--npc/woe-fe/agit_controller.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/woe-fe/agit_controller.txt b/npc/woe-fe/agit_controller.txt
index be7e07d14..a0e3fa290 100644
--- a/npc/woe-fe/agit_controller.txt
+++ b/npc/woe-fe/agit_controller.txt
@@ -82,7 +82,7 @@ S_DisplayOwners:
setarray .@maps$[15],"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05";
for (.@i = 0; .@i <= 19; ++.@i) {
if (getcastledata(.@maps$[.@i],1))
- announce "The [" + getcastlename(.@maps$[.@i]) + "] castle has been conquered by the [" + getguildname(getcastledata(.@maps$[.@i],1)) + "] guild.",bc_all|bc_woe;
+ announce "The [" + getcastlename(.@maps$[.@i]) + "] castle has been conquered by the [" + getguildinfo(GUILDINFO_NAME, getcastledata(.@maps$[.@i],1)) + "] guild.",bc_all|bc_woe;
else
announce "The [" + getcastlename(.@maps$[.@i]) + "] castle is currently unoccupied.",bc_all|bc_woe;
}