diff options
Diffstat (limited to 'npc/guild/agit_main.txt')
-rw-r--r-- | npc/guild/agit_main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/guild/agit_main.txt b/npc/guild/agit_main.txt index 1175d5a5a..c57344f82 100644 --- a/npc/guild/agit_main.txt +++ b/npc/guild/agit_main.txt @@ -279,6 +279,7 @@ OnRecvCastle: end; } else { +OnInterIfInitOnce: // Otherwise place the guild emblem on flags. if (strnpcinfo(2) == "aldeg_cas01") { donpcevent "::OnRecvCastleA01"; } else if (strnpcinfo(2) == "aldeg_cas02") { donpcevent "::OnRecvCastleA02"; } |