diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-25 10:03:24 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 16:57:47 +0200 |
commit | 02b21717acdc42809fb257639e5ee4b0f1a4e2a7 (patch) | |
tree | a5e1de9798d6db8c70be289ee4bb7ba708a9758a /npc/woe-fe | |
parent | ea408ffbeac975f6555cb7b389795cf51a1fe641 (diff) | |
download | hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.tar.gz hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.tar.bz2 hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.tar.xz hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.zip |
Added missing 'end' in some scripts
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/woe-fe')
-rw-r--r-- | npc/woe-fe/trs_rp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/woe-fe/trs_rp.txt b/npc/woe-fe/trs_rp.txt index d96bd694e..59143e661 100644 --- a/npc/woe-fe/trs_rp.txt +++ b/npc/woe-fe/trs_rp.txt @@ -13,6 +13,7 @@ //============================================================ - script Gld_Trea_Protect::Gld_Trea_Protect -1,{ +end; OnTouch: // Store the Guild ID of castle occupant. |