diff options
Diffstat (limited to 'npc/woe-fe/agit_main.txt')
-rw-r--r-- | npc/woe-fe/agit_main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/woe-fe/agit_main.txt b/npc/woe-fe/agit_main.txt index 6f4130962..36fb453fa 100644 --- a/npc/woe-fe/agit_main.txt +++ b/npc/woe-fe/agit_main.txt @@ -1130,9 +1130,9 @@ OnGuardianDied: OnClock0001: // Do nothing if this script is the template. if (strnpcinfo(1) == "Gld_Trea_Spawn") end; - + .@GID = getcastledata(strnpcinfo(2),1); - + // If there is no owner, do nothing. if (!.@GID) end; |