diff options
Diffstat (limited to 'npc/events/nguild/nguild_dunsw.txt')
-rw-r--r-- | npc/events/nguild/nguild_dunsw.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/nguild/nguild_dunsw.txt b/npc/events/nguild/nguild_dunsw.txt index 2fd6b7594..9b24c50b6 100644 --- a/npc/events/nguild/nguild_dunsw.txt +++ b/npc/events/nguild/nguild_dunsw.txt @@ -14,7 +14,7 @@ //================================================== function script F_GldDunSw { - set .@GID, GetCastleData(getarg(0),1); + set .@GID, getcastledata(getarg(0),1); if (.@GID == 0) { mes "[ Echoing Voice ]"; mes " ' The one who can overcome an ordeal and show true bravery... will find the way... ' "; |