diff options
Diffstat (limited to 'npc/events')
-rw-r--r-- | npc/events/nguild/nguild_treas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/nguild/nguild_treas.txt b/npc/events/nguild/nguild_treas.txt index 8a1955e92..16863be8b 100644 --- a/npc/events/nguild/nguild_treas.txt +++ b/npc/events/nguild/nguild_treas.txt @@ -29,7 +29,7 @@ function script F_GldTreas { // Don't spawn treasures if Castle is empty, or Eco is greater than 100 if(GetCastleData(getarg(0),2) > 100 || GetCastleData(getarg(0),1) == 0) return; - // Only spawn one treasure chest for notice castles. + // Only spawn one treasure chest for novice castles. if (compare(getarg(0),"nguild")) set getarg(2),1; else |